Subversion Repositories Kolibri OS

Rev

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

Rev 2259 Rev 2268
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: 2259 $
8
$Revision: 2268 $
9
 
9
 
10
 
10
 
Line 296... Line 296...
296
SB16Buffer          equ (OS_BASE+0x02A0000)
296
SB16Buffer          equ (OS_BASE+0x02A0000)
297
SB16_Status         equ (OS_BASE+0x02B0000)
297
SB16_Status         equ (OS_BASE+0x02B0000)
Line 298... Line 298...
298
 
298
 
299
BUTTON_INFO         equ (OS_BASE+0x02C0000)
299
BUTTON_INFO         equ (OS_BASE+0x02C0000)
300
RESERVED_PORTS      equ (OS_BASE+0x02D0000)
-
 
301
IRQ_SAVE            equ (OS_BASE+0x02E0000)
300
RESERVED_PORTS      equ (OS_BASE+0x02D0000)
Line 302... Line 301...
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
 
308
 
310
skin_data           equ (OS_BASE+0x0328000)
309
skin_data           equ (OS_BASE+0x0318000)
311
draw_data           equ (OS_BASE+0x0330000)
310
draw_data           equ (OS_BASE+0x0320000)
312
 
311
 
313
BgrDrawMode         equ (OS_BASE+0x0333FF4)
312
BgrDrawMode         equ (OS_BASE+0x0323FF4)
Line 314... Line 313...
314
BgrDataWidth        equ (OS_BASE+0x0333FF8)
313
BgrDataWidth        equ (OS_BASE+0x0323FF8)
Line 315... Line 314...
315
BgrDataHeight       equ (OS_BASE+0x0333FFC)
314
BgrDataHeight       equ (OS_BASE+0x0323FFC)
Line 316... Line 315...
316
 
315
 
317
sys_pgmap           equ (OS_BASE+0x0334000)
316
sys_pgmap           equ (OS_BASE+0x0324000)