Subversion Repositories Kolibri OS

Rev

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

Rev 1638 Rev 2010
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: 1638 $
8
$Revision: 2010 $
9
 
9
 
10
 
10
 
Line 201... Line 201...
201
idts                equ (OS_BASE+0x000B100)
201
idts                equ (OS_BASE+0x000B100)
202
WIN_STACK           equ (OS_BASE+0x000C000)
202
WIN_STACK           equ (OS_BASE+0x000C000)
203
WIN_POS             equ (OS_BASE+0x000C400)
203
WIN_POS             equ (OS_BASE+0x000C400)
204
FDD_BUFF            equ (OS_BASE+0x000D000)
204
FDD_BUFF            equ (OS_BASE+0x000D000)
Line -... Line 205...
-
 
205
 
-
 
206
;unused ? only one reference
-
 
207
ENABLE_TASKSWITCH   equ (OS_BASE+0x000E000)
205
 
208
 
206
PUTPIXEL            equ (OS_BASE+0x000E020)
209
PUTPIXEL            equ (OS_BASE+0x000E020)
Line 207... Line 210...
207
GETPIXEL            equ (OS_BASE+0x000E024)
210
GETPIXEL            equ (OS_BASE+0x000E024)
208
 
211
 
Line 281... Line 284...
281
 
284
 
282
RAMDISK             equ (OS_BASE+0x0100000)
285
RAMDISK             equ (OS_BASE+0x0100000)
283
RAMDISK_FAT         equ (OS_BASE+0x0280000)
286
RAMDISK_FAT         equ (OS_BASE+0x0280000)
Line -... Line 287...
-
 
287
FLOPPY_FAT          equ (OS_BASE+0x0282000)
284
FLOPPY_FAT          equ (OS_BASE+0x0282000)
288
 
Line 285... Line 289...
285
 
289
CLEAN_ZONE          equ 0x284000
286
IDE_DMA             equ 0x284000
290
IDE_DMA             equ 0x284000
287
 
291
 
Line 306... Line 310...
306
 
310
 
307
BgrDrawMode         equ (OS_BASE+0x033BFF4)
311
BgrDrawMode         equ (OS_BASE+0x033BFF4)
308
BgrDataWidth        equ (OS_BASE+0x033BFF8)
312
BgrDataWidth        equ (OS_BASE+0x033BFF8)
Line -... Line 313...
-
 
313
BgrDataHeight       equ (OS_BASE+0x033BFFC)
-
 
314
 
309
BgrDataHeight       equ (OS_BASE+0x033BFFC)
315
BOOT_VAR            equ (OS_BASE+0x0340000)
Line 310... Line 316...
310
 
316
 
Line 311... Line 317...
311
sys_pgmap           equ (OS_BASE+0x033C000)
317
sys_pgmap           equ (OS_BASE+0x0350000)
312
 
318