Subversion Repositories Kolibri OS

Rev

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

Rev 5351 Rev 5356
Line 3... Line 3...
3
;; Copyright (C) KolibriOS team 2004-2014. All rights reserved. ;;
3
;; Copyright (C) KolibriOS team 2004-2014. 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: 5351 $
8
$Revision: 5356 $
9
 
9
 
10
 
10
 
Line 269... Line 269...
269
 
269
 
Line 270... Line 270...
270
 
270
 
271
PAGE_SIZE           equ 4096
271
PAGE_SIZE           equ 4096
272
 
272
 
273
PG_UNMAP            equ 0x000
-
 
274
PG_MAP              equ 0x001
273
PG_UNMAP            equ 0x000
275
PG_WRITE            equ 0x002
274
PG_READ             equ 0x001
276
PG_SW               equ 0x003
-
 
277
PG_USER             equ 0x005
275
PG_WRITE            equ 0x002
278
PG_UW               equ 0x007
-
 
Line -... Line 276...
-
 
276
PG_USER             equ 0x004
279
PG_NOCACHE          equ 0x018
277
PG_PCD              equ 0x008
Line -... Line 278...
-
 
278
PG_PWT              equ 0x010
-
 
279
 
-
 
280
PG_GLOBAL           equ 0x100
-
 
281
PG_SHARED           equ 0x200
-
 
282
 
-
 
283
PG_SWR              equ 0x003 ; (PG_WRITE+PG_READ)
-
 
284
PG_UR               equ 0x005 ; (PG_USER+PG_READ)
280
PG_LARGE            equ 0x080
285
PG_UWR              equ 0x007 ; (PG_USER+PG_WRITE+PG_READ)
Line 281... Line 286...
281
PG_GLOBAL           equ 0x100
286
PG_NOCACHE          equ 0x018 ; (PG_PCD+PG_PWT)
282
 
287
 
283
PG_SHARED           equ 0x200
288
PDE_LARGE           equ 0x080