Subversion Repositories Kolibri OS

Rev

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

Rev 580 Rev 581
Line 1... Line 1...
1
$Revision: 580 $
1
$Revision: 581 $
2
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
2
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
3
;;                                                              ;;
3
;;                                                              ;;
4
;; Copyright (C) KolibriOS team 2004-2007. All rights reserved. ;;
4
;; Copyright (C) KolibriOS team 2004-2007. All rights reserved. ;;
5
;; Distributed under terms of the GNU General Public License    ;;
5
;; Distributed under terms of the GNU General Public License    ;;
6
;;                                                              ;;
6
;;                                                              ;;
Line 280... Line 280...
280
 
280
 
281
RAMDISK             equ (OS_BASE+0x0100000)
281
RAMDISK             equ (OS_BASE+0x0100000)
282
RAMDISK_FAT         equ (OS_BASE+0x0280000)
282
RAMDISK_FAT         equ (OS_BASE+0x0280000)
Line -... Line 283...
-
 
283
FLOPPY_FAT          equ (OS_BASE+0x0282000)
-
 
284
 
283
FLOPPY_FAT          equ (OS_BASE+0x0282000)
285
IDE_DMA             equ 0x284000
284
 
286
 
285
BgrAuxTable         equ (OS_BASE+0x0298000)
287
BgrAuxTable         equ (OS_BASE+0x0298000)
286
; unused?
288
; unused?
Line 287... Line 289...
287
SB16Buffer          equ (OS_BASE+0x2A0000)
289
SB16Buffer          equ (OS_BASE+0x2A0000)
288
SB16_Status         equ (OS_BASE+0x02B0000)
290
SB16_Status         equ (OS_BASE+0x02B0000)
289
 
291
 
290
BUTTON_INFO         equ (OS_BASE+0x02C0000)
292
BUTTON_INFO         equ (OS_BASE+0x02C0000)
Line 291... Line -...
291
RESERVED_PORTS      equ (OS_BASE+0x02D0000)
-
 
292
IRQ_SAVE            equ (OS_BASE+0x02E0000)
-
 
293
BOOT_VAR            equ (OS_BASE+0x02f0000)
-
 
294
 
293
RESERVED_PORTS      equ (OS_BASE+0x02D0000)
295
; DMA_HD_MEM          equ 0x0300000
294
IRQ_SAVE            equ (OS_BASE+0x02E0000)
296
; HD_CACHE            equ (OS_BASE+DMA_HD_MEM)
295
BOOT_VAR            equ (OS_BASE+0x02f0000)
297
 
296
 
298
stack_data_start    equ (OS_BASE+0x0400000)
297
stack_data_start    equ (OS_BASE+0x0300000)
299
eth_data_start      equ (OS_BASE+0x0400000)
298
eth_data_start      equ (OS_BASE+0x0300000)
300
stack_data          equ (OS_BASE+0x0404000)
299
stack_data          equ (OS_BASE+0x0304000)
301
stack_data_end      equ (OS_BASE+0x041ffff)
300
stack_data_end      equ (OS_BASE+0x031ffff)
-
 
301
resendQ             equ (OS_BASE+0x0320000)
-
 
302
VMODE_BASE          equ (OS_BASE+0x0328000)
-
 
303
skin_data           equ (OS_BASE+0x0330000)
-
 
304
draw_data           equ (OS_BASE+0x0338000);
-
 
305
 
-
 
306
BgrDrawMode         equ (OS_BASE+0x033BFF4)
Line 302... Line 307...
302
resendQ             equ (OS_BASE+0x0420000)
307
BgrDataWidth        equ (OS_BASE+0x033BFF8)
303
VMODE_BASE          equ (OS_BASE+0x0428000)
308
BgrDataHeight       equ (OS_BASE+0x033BFFC)
304
skin_data           equ (OS_BASE+0x0430000)
309
WinMapAddress       equ (OS_BASE+0x033C000)
Line 305... Line -...
305
draw_data           equ (OS_BASE+0x0438000);
-
 
306
 
-
 
307
virtual at              (OS_BASE+0x043BF80)
-
 
308
  tss  TSS
-
 
309
end virtual
-
 
310
 
-
 
311
BgrDrawMode         equ (OS_BASE+0x043EFF4)
310
display_data        equ (OS_BASE+0x033C000) ;1024*1280=0x140000
312
BgrDataWidth        equ (OS_BASE+0x043EFF8)
-
 
Line 313... Line 311...
313
BgrDataHeight       equ (OS_BASE+0x043EFFC)
311
 
314
WinMapAddress       equ (OS_BASE+0x043F000)
312
virtual at              (OS_BASE+0x047CF80)
Line 315... Line 313...
315
display_data        equ (OS_BASE+0x043F000)
313
  tss  TSS