Subversion Repositories Kolibri OS

Rev

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

Rev 4429 Rev 4430
Line 271... Line 271...
271
REG_ESI             equ (RING0_STACK_SIZE-48)
271
REG_ESI             equ (RING0_STACK_SIZE-48)
272
REG_EDI             equ (RING0_STACK_SIZE-52)
272
REG_EDI             equ (RING0_STACK_SIZE-52)
273
REG_RET             equ (RING0_STACK_SIZE-56)  ;irq0.return
273
REG_RET             equ (RING0_STACK_SIZE-56)  ;irq0.return
Line -... Line 274...
-
 
274
 
-
 
275
 
274
 
276
PAGE_SIZE           equ 4096
275
 
277
 
276
PG_UNMAP            equ 0x000
278
PG_UNMAP            equ 0x000
277
PG_MAP              equ 0x001
279
PG_MAP              equ 0x001
278
PG_WRITE            equ 0x002
280
PG_WRITE            equ 0x002