Subversion Repositories Kolibri OS

Rev

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

Rev 848 Rev 851
Line 3... Line 3...
3
;; Copyright (C) KolibriOS team 2004-2007. All rights reserved. ;;
3
;; Copyright (C) KolibriOS team 2004-2007. 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: 848 $
8
$Revision: 851 $
9
 
9
 
10
 
10
 
Line 196... Line 196...
196
OS_TEMP             equ 0xDFC00000
196
OS_TEMP             equ 0xDFC00000
Line 197... Line 197...
197
 
197
 
198
kernel_tabs         equ (page_tabs+ (OS_BASE shr 10))   ;0xFDE00000
198
kernel_tabs         equ (page_tabs+ (OS_BASE shr 10))   ;0xFDE00000
Line -... Line 199...
-
 
199
master_tab          equ (page_tabs+ (page_tabs shr 10)) ;0xFDFF70000
199
master_tab          equ (page_tabs+ (page_tabs shr 10)) ;0xFDFF70000
200
 
200
 
201
BOOT_BASE           equ 0x00010000
Line 201... Line 202...
201
LOAD_BASE           equ 0x00100000
202
LOAD_BASE           equ 0x00100000