Subversion Repositories Kolibri OS

Rev

Rev 897 | Rev 928 | Go to most recent revision | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 897 Rev 908
Line 3... Line 3...
3
;; Copyright (C) KolibriOS team 2004-2007. All rights reserved. ;;
3
;; Copyright (C) KolibriOS team 2004-2007. All rights reserved. ;;
4
;; Distributed under terms of the GNU General Public License    ;;
4
;; Distributed under terms of the GNU General Public License    ;;
5
;;                                                              ;;
5
;;                                                              ;;
6
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
6
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
Line 7... Line 7...
7
 
7
 
Line 8... Line 8...
8
$Revision: 897 $
8
$Revision: 908 $
9
 
9
 
10
 
10
 
Line 352... Line 352...
352
REG_EBP             equ (RING0_STACK_SIZE-44)
352
REG_EBP             equ (RING0_STACK_SIZE-44)
353
REG_ESI             equ (RING0_STACK_SIZE-48)
353
REG_ESI             equ (RING0_STACK_SIZE-48)
354
REG_EDI             equ (RING0_STACK_SIZE-52)
354
REG_EDI             equ (RING0_STACK_SIZE-52)
355
REG_RET             equ (RING0_STACK_SIZE-56)  ;irq0.return
355
REG_RET             equ (RING0_STACK_SIZE-56)  ;irq0.return
Line -... Line 356...
-
 
356
 
-
 
357
REG_USTACK          equ (RING0_STACK_SIZE-56)
-
 
358
REG_CSTACK          equ (RING0_STACK_SIZE-60)
-
 
359
REG_RAW             equ (RING0_STACK_SIZE-64)
-
 
360
REG_RESTART         equ (RING0_STACK_SIZE-68)
Line 356... Line 361...
356
 
361
REG_ENTRY           equ (RING0_STACK_SIZE-72)
357
 
362
 
358
PG_UNMAP            equ 0x000
363
PG_UNMAP            equ 0x000
359
PG_MAP              equ 0x001
364
PG_MAP              equ 0x001