Subversion Repositories Kolibri OS

Rev

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

Rev 861 Rev 890
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: 861 $
8
$Revision: 890 $
9
 
9
 
10
 
10
 
Line 200... Line 200...
200
master_tab          equ (page_tabs+ (page_tabs shr 10)) ;0xFDFF70000
200
master_tab          equ (page_tabs+ (page_tabs shr 10)) ;0xFDFF70000
Line 201... Line 201...
201
 
201
 
202
_16BIT_BASE         equ 0x00010000
202
_16BIT_BASE         equ 0x00010000
203
LOAD_BASE           equ 0x00100000
203
LOAD_BASE           equ 0x00100000
-
 
204
OS_BASE             equ 0xE0000000
Line 204... Line 205...
204
OS_BASE             equ 0xE0000000
205
IMAGE_BASE          equ (OS_BASE+LOAD_BASE)
Line 205... Line 206...
205
 
206
 
206
window_data         equ OS_BASE
207
window_data         equ OS_BASE