Subversion Repositories Kolibri OS

Rev

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

Rev 5057 Rev 5130
Line 3... Line 3...
3
;; Copyright (C) KolibriOS team 2004-2012. All rights reserved. ;;
3
;; Copyright (C) KolibriOS team 2004-2012. 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: 5057 $
8
$Revision: 5130 $
9
 
9
 
10
 
10
 
Line 217... Line 217...
217
TASK_ACTIVATE       equ (OS_BASE+0x000FF01)
217
TASK_ACTIVATE       equ (OS_BASE+0x000FF01)
Line 218... Line 218...
218
 
218
 
Line 219... Line 219...
219
 
219
 
Line 220... Line 220...
220
TMP_STACK_TOP       equ 0x006CC00
220
TMP_STACK_TOP       equ 0x006CC00
Line 221... Line 221...
221
 
221
 
Line 266... Line 266...
266
REG_ESI             equ (RING0_STACK_SIZE-48)
266
REG_ESI             equ (RING0_STACK_SIZE-48)
267
REG_EDI             equ (RING0_STACK_SIZE-52)
267
REG_EDI             equ (RING0_STACK_SIZE-52)
268
REG_RET             equ (RING0_STACK_SIZE-56)  ;irq0.return
268
REG_RET             equ (RING0_STACK_SIZE-56)  ;irq0.return
Line -... Line 269...
-
 
269
 
-
 
270
 
269
 
271
PAGE_SIZE           equ 4096
270
 
272
 
271
PG_UNMAP            equ 0x000
273
PG_UNMAP            equ 0x000
272
PG_MAP              equ 0x001
274
PG_MAP              equ 0x001
273
PG_WRITE            equ 0x002
275
PG_WRITE            equ 0x002