Subversion Repositories Kolibri OS

Rev

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

Rev 3555 Rev 3629
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: 3555 $
8
$Revision: 3629 $
9
 
9
 
10
 
10
 
Line 177... Line 177...
177
                    rb 24
177
                    rb 24
178
        _io_map_0   rb 4096
178
        _io_map_0   rb 4096
179
        _io_map_1   rb 4096
179
        _io_map_1   rb 4096
180
ends
180
ends
Line 181... Line 181...
181
 
181
 
-
 
182
PARTITION_COUNT     equ 64
Line -... Line 183...
-
 
183
DRIVE_DATA_SIZE     equ (16+PARTITION_COUNT*100)
Line -... Line 184...
-
 
184
 
-
 
185
OS_BASE             equ 0x80000000
-
 
186
 
-
 
187
TASK_COUNT          equ (CURRENT_TASK+0x04)
-
 
188
TASK_BASE           equ (CURRENT_TASK+0x10)
-
 
189
TASK_DATA           equ (CURRENT_TASK+0x20)
182
OS_BASE             equ 0x80000000
190
TASK_EVENT          equ (CURRENT_TASK+0x20)
-
 
191
FDD_BUFF            equ (OS_BASE+0x000D000)
-
 
192
 
-
 
193
sys_pgdir           equ (OS_BASE+0x006F000)
-
 
194
 
Line 183... Line 195...
183
 
195
VGABasePtr          equ (OS_BASE+0x00A0000)
Line 184... Line 196...
184
 
196
CLEAN_ZONE          equ (_CLEAN_ZONE-OS_BASE)
185
sys_pgmap           equ (OS_BASE+0x0324000)
197
IDE_DMA             equ (_IDE_DMA-OS_BASE)