Subversion Repositories Kolibri OS

Rev

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

Rev 1454 Rev 1941
Line 3... Line 3...
3
;; Copyright (C) KolibriOS team 2004-2009. All rights reserved. ;;
3
;; Copyright (C) KolibriOS team 2004-2009. 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: 1454 $
8
$Revision: 1941 $
9
 
9
 
10
 
10
 
Line 284... Line 284...
284
 
284
 
285
RAMDISK             equ (OS_BASE+0x0100000)
285
RAMDISK             equ (OS_BASE+0x0100000)
286
RAMDISK_FAT         equ (OS_BASE+0x0280000)
286
RAMDISK_FAT         equ (OS_BASE+0x0280000)
Line -... Line 287...
-
 
287
FLOPPY_FAT          equ (OS_BASE+0x0282000)
287
FLOPPY_FAT          equ (OS_BASE+0x0282000)
288
 
Line 288... Line 289...
288
 
289
CLEAN_ZONE          equ 0x284000
289
IDE_DMA             equ 0x284000
290
IDE_DMA             equ 0x284000
290
 
291
 
Line 309... Line 310...
309
 
310
 
310
BgrDrawMode         equ (OS_BASE+0x033BFF4)
311
BgrDrawMode         equ (OS_BASE+0x033BFF4)
311
BgrDataWidth        equ (OS_BASE+0x033BFF8)
312
BgrDataWidth        equ (OS_BASE+0x033BFF8)
Line -... Line 313...
-
 
313
BgrDataHeight       equ (OS_BASE+0x033BFFC)
-
 
314
 
312
BgrDataHeight       equ (OS_BASE+0x033BFFC)
315
BOOT_VAR            equ (OS_BASE+0x0340000)
Line 313... Line 316...
313
 
316
 
Line 314... Line 317...
314
sys_pgmap           equ (OS_BASE+0x033C000)
317
sys_pgmap           equ (OS_BASE+0x0350000)
315
 
318