Subversion Repositories Kolibri OS

Rev

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

Rev 3908 Rev 4269
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: 3908 $
8
$Revision: 4269 $
9
 
9
 
10
 
10
 
Line 219... Line 219...
219
 
219
 
Line 220... Line 220...
220
 
220
 
-
 
221
TMP_STACK_TOP       equ 0x006CC00
-
 
222
 
-
 
223
sys_pgdir           equ (OS_BASE+0x006F000)
-
 
224
lfb_pd_0            equ (OS_BASE+0x0070000)
Line 221... Line 225...
221
TMP_STACK_TOP       equ 0x006CC00
225
lfb_pd_1            equ (OS_BASE+0x0071000)
Line 222... Line 226...
222
 
226
lfb_pd_2            equ (OS_BASE+0x0072000)
Line 246... Line 250...
246
app_page_tabs       equ 0xFDC00000
250
app_page_tabs       equ 0xFDC00000
247
kernel_tabs         equ (page_tabs+ (OS_BASE shr 10))   ;0xFDE00000
251
kernel_tabs         equ (page_tabs+ (OS_BASE shr 10))   ;0xFDE00000
248
master_tab          equ (page_tabs+ (page_tabs shr 10)) ;0xFDFF70000
252
master_tab          equ (page_tabs+ (page_tabs shr 10)) ;0xFDFF70000
Line 249... Line 253...
249
 
253
 
250
LFB_BASE            equ 0xFE000000
-
 
-
 
254
LFB_BASE            equ 0xFE000000
Line 251... Line 255...
251
 
255
LFB_SIZE            equ 12*1024*1024
Line 252... Line 256...
252
 
256