Subversion Repositories Kolibri OS

Rev

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

Rev 479 Rev 513
Line 1... Line 1...
1
$Revision: 479 $
1
$Revision: 513 $
2
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
2
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
3
;;                                                              ;;
3
;;                                                              ;;
4
;; Copyright (C) KolibriOS team 2004-2007. All rights reserved. ;;
4
;; Copyright (C) KolibriOS team 2004-2007. All rights reserved. ;;
5
;; Distributed under terms of the GNU General Public License    ;;
5
;; Distributed under terms of the GNU General Public License    ;;
6
;;                                                              ;;
6
;;                                                              ;;
Line 264... Line 264...
264
TMP_STACK_TOP       equ 0x003EC00
264
TMP_STACK_TOP       equ 0x003EC00
Line 265... Line 265...
265
 
265
 
266
FONT_II             equ (OS_BASE+0x003EC00)
266
FONT_II             equ (OS_BASE+0x003EC00)
267
FONT_I              equ (OS_BASE+0x003F600)
267
FONT_I              equ (OS_BASE+0x003F600)
-
 
268
DRIVE_DATA          equ (OS_BASE+0x0040000)
-
 
269
 
-
 
270
sys_pgdir           equ (OS_BASE+0x0050000)
268
DRIVE_DATA          equ (OS_BASE+0x0040000)
271
 
Line 269... Line 272...
269
SLOT_BASE           equ (OS_BASE+0x0080000)
272
SLOT_BASE           equ (OS_BASE+0x0080000)
270
 
273
 
Line 302... Line 305...
302
end virtual
305
end virtual
Line 303... Line 306...
303
 
306
 
304
WinMapAddress       equ (OS_BASE+0x043F000)
307
WinMapAddress       equ (OS_BASE+0x043F000)
Line 305... Line 308...
305
display_data        equ (OS_BASE+0x043F000)
308
display_data        equ (OS_BASE+0x043F000)
Line -... Line 309...
-
 
309
 
306
 
310
sys_pgmap           equ (OS_BASE+0x057F000)
307
tmp_page_tab        equ 0x057F000;
311
 
Line 308... Line 312...
308
 
312
 
309
HEAP_BASE           equ (OS_BASE+tmp_page_tab)
313
HEAP_BASE           equ (OS_BASE+0x0800000)
310
HEAP_MIN_SIZE       equ 0x01000000
314
HEAP_MIN_SIZE       equ 0x01000000
311
 
315
 
Line 312... Line 316...
312
page_tabs           equ 0xFDC00000
316
page_tabs           equ 0xFDC00000
Line 313... Line -...
313
app_page_tabs       equ 0xFDC00000
-
 
314
kernel_tabs         equ (page_tabs+ (OS_BASE shr 10))   ;0xFDE00000
-
 
315
master_tab          equ (page_tabs+ (page_tabs shr 10)) ;0xFDFF70000
-
 
Line 316... Line 317...
316
 
317
app_page_tabs       equ 0xFDC00000
Line 317... Line 318...
317
LFB_BASE            equ 0xFE000000
318
kernel_tabs         equ (page_tabs+ (OS_BASE shr 10))   ;0xFDE00000