Subversion Repositories Kolibri OS

Rev

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

Rev 2231 Rev 2267
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: 2231 $
8
$Revision: 2267 $
9
 
9
 
10
 
10
 
Line 291... Line 291...
291
CLEAN_ZONE          equ 0x284000
291
CLEAN_ZONE          equ 0x284000
292
IDE_DMA             equ 0x284000
292
IDE_DMA             equ 0x284000
Line 293... Line 293...
293
 
293
 
294
BgrAuxTable         equ (OS_BASE+0x0298000)
294
BgrAuxTable         equ (OS_BASE+0x0298000)
295
; unused?
295
; unused?
296
SB16Buffer          equ (OS_BASE+0x2A0000)
296
SB16Buffer          equ (OS_BASE+0x02A0000)
Line 297... Line 297...
297
SB16_Status         equ (OS_BASE+0x02B0000)
297
SB16_Status         equ (OS_BASE+0x02B0000)
298
 
298
 
299
BUTTON_INFO         equ (OS_BASE+0x02C0000)
-
 
300
RESERVED_PORTS      equ (OS_BASE+0x02D0000)
299
BUTTON_INFO         equ (OS_BASE+0x02C0000)
Line 301... Line 300...
301
IRQ_SAVE            equ (OS_BASE+0x02E0000)
300
RESERVED_PORTS      equ (OS_BASE+0x02D0000)
302
BOOT_VAR            equ (OS_BASE+0x02f0000)
301
BOOT_VAR            equ (OS_BASE+0x02E0000)
303
 
302
 
304
stack_data_start    equ (OS_BASE+0x0300000)
303
stack_data_start    equ (OS_BASE+0x02F0000)
305
eth_data_start      equ (OS_BASE+0x0300000)
304
eth_data_start      equ (OS_BASE+0x02F0000)
306
stack_data          equ (OS_BASE+0x0304000)
-
 
-
 
305
stack_data          equ (OS_BASE+0x02F4000)
307
stack_data_end      equ (OS_BASE+0x031ffff)
306
stack_data_end      equ (OS_BASE+0x030ffff)
308
resendQ             equ (OS_BASE+0x0320000)
307
resendQ             equ (OS_BASE+0x0310000)
309
VMODE_BASE          equ (OS_BASE+0x0328000)
308
 
310
skin_data           equ (OS_BASE+0x0330000)
309
skin_data           equ (OS_BASE+0x0318000)
311
draw_data           equ (OS_BASE+0x0338000);
310
draw_data           equ (OS_BASE+0x0320000)
312
 
311
 
Line 313... Line -...
313
BgrDrawMode         equ (OS_BASE+0x033BFF4)
-
 
314
BgrDataWidth        equ (OS_BASE+0x033BFF8)
-
 
315
BgrDataHeight       equ (OS_BASE+0x033BFFC)
312
BgrDrawMode         equ (OS_BASE+0x0323FF4)
Line 316... Line 313...
316
 
313
BgrDataWidth        equ (OS_BASE+0x0323FF8)
Line 317... Line 314...
317
BOOT_VAR            equ (OS_BASE+0x0340000)
314
BgrDataHeight       equ (OS_BASE+0x0323FFC)
318
 
315