Subversion Repositories Kolibri OS

Rev

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

Rev 854 Rev 855
Line 3... Line 3...
3
;; Copyright (C) KolibriOS team 2004-2007. All rights reserved. ;;
3
;; Copyright (C) KolibriOS team 2004-2007. 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: 854 $
8
$Revision: 855 $
9
 
9
 
10
 
10
 
Line 196... Line 196...
196
OS_TEMP             equ 0xDFC00000
196
OS_TEMP             equ 0xDFC00000
Line 197... Line 197...
197
 
197
 
198
kernel_tabs         equ (page_tabs+ (OS_BASE shr 10))   ;0xFDE00000
198
kernel_tabs         equ (page_tabs+ (OS_BASE shr 10))   ;0xFDE00000
Line 199... Line 199...
199
master_tab          equ (page_tabs+ (page_tabs shr 10)) ;0xFDFF70000
199
master_tab          equ (page_tabs+ (page_tabs shr 10)) ;0xFDFF70000
200
 
200
 
201
BOOT_BASE           equ 0x00010000
201
_16BIT_BASE         equ 0x00010000
Line 202... Line 202...
202
LOAD_BASE           equ 0x00100000
202
LOAD_BASE           equ 0x00100000
Line 295... Line 295...
295
TMP_BUFF            equ (OS_BASE+0x0090000)
295
TMP_BUFF            equ (OS_BASE+0x0090000)
Line 296... Line 296...
296
 
296
 
Line 297... Line 297...
297
VGABasePtr          equ (OS_BASE+0x00A0000)
297
VGABasePtr          equ (OS_BASE+0x00A0000)
298
 
-
 
299
;RAMDISK             equ (OS_BASE+0x0100000)
-
 
Line -... Line 298...
-
 
298
 
300
RAMDISK_FAT         equ (OS_BASE+0x0280000)
299
;RAMDISK             equ (OS_BASE+0x0100000)
Line -... Line 300...
-
 
300
 
-
 
301
RAMDISK_FAT         equ (OS_BASE+0x0180000)
301
FLOPPY_FAT          equ (OS_BASE+0x0282000)
302
FLOPPY_FAT          equ (OS_BASE+0x0182000)
302
 
303
 
303
IDE_DMA             equ 0x284000
304
IDE_DMA             equ 0x184000
304
 
305
 
Line 305... Line 306...
305
BgrAuxTable         equ (OS_BASE+0x0298000)
306
BgrAuxTable         equ (OS_BASE+0x0198000)
306
; unused?
307
; unused?
307
SB16Buffer          equ (OS_BASE+0x2A0000)
308
SB16Buffer          equ (OS_BASE+0x01A0000)
308
SB16_Status         equ (OS_BASE+0x02B0000)
309
SB16_Status         equ (OS_BASE+0x01B0000)
309
 
310
 
310
BUTTON_INFO         equ (OS_BASE+0x02C0000)
311
BUTTON_INFO         equ (OS_BASE+0x01C0000)
311
RESERVED_PORTS      equ (OS_BASE+0x02D0000)
312
RESERVED_PORTS      equ (OS_BASE+0x01D0000)
312
IRQ_SAVE            equ (OS_BASE+0x02E0000)
313
IRQ_SAVE            equ (OS_BASE+0x01E0000)
313
BOOT_VAR            equ (OS_BASE+0x02f0000)
314
BOOT_VAR            equ (OS_BASE+0x01f0000)
314
 
315
 
315
stack_data_start    equ (OS_BASE+0x0300000)
316
stack_data_start    equ (OS_BASE+0x0200000)
316
eth_data_start      equ (OS_BASE+0x0300000)
317
eth_data_start      equ (OS_BASE+0x0200000)
317
stack_data          equ (OS_BASE+0x0304000)
318
stack_data          equ (OS_BASE+0x0204000)
318
stack_data_end      equ (OS_BASE+0x031ffff)
319
stack_data_end      equ (OS_BASE+0x021ffff)
319
resendQ             equ (OS_BASE+0x0320000)
320
resendQ             equ (OS_BASE+0x0220000)
320
VMODE_BASE          equ (OS_BASE+0x0328000)
321
VMODE_BASE          equ (OS_BASE+0x0228000)
321
skin_data           equ (OS_BASE+0x0330000)
322
skin_data           equ (OS_BASE+0x0230000)
Line 322... Line 323...
322
draw_data           equ (OS_BASE+0x0338000);
323
draw_data           equ (OS_BASE+0x0238000);
Line 323... Line 324...
323
 
324
 
324
BgrDrawMode         equ (OS_BASE+0x033BFF4)
325
BgrDrawMode         equ (OS_BASE+0x023BFF4)
325
BgrDataWidth        equ (OS_BASE+0x033BFF8)
326
BgrDataWidth        equ (OS_BASE+0x023BFF8)
Line 326... Line 327...
326
BgrDataHeight       equ (OS_BASE+0x033BFFC)
327
BgrDataHeight       equ (OS_BASE+0x023BFFC)
Line 327... Line 328...
327
 
328
 
Line 328... Line 329...
328
;display_data       equ (OS_BASE+0x033C000) ;1024*1280=0x140000
329
;display_data       equ (OS_BASE+0x023C000) ;1024*1280=0x140000