Subversion Repositories Kolibri OS

Rev

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

Rev 469 Rev 472
Line 1... Line 1...
1
$Revision: 469 $
1
$Revision: 472 $
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
BUTTON_INFO         equ (OS_BASE+0x02C0000)
281
BUTTON_INFO         equ (OS_BASE+0x02C0000)
282
RESERVED_PORTS      equ (OS_BASE+0x02D0000)
282
RESERVED_PORTS      equ (OS_BASE+0x02D0000)
283
IRQ_SAVE            equ (OS_BASE+0x02E0000)
283
IRQ_SAVE            equ (OS_BASE+0x02E0000)
284
BOOT_VAR            equ (OS_BASE+0x02f0000)
-
 
285
WinMapAddress       equ (OS_BASE+0x0460000)
-
 
Line -... Line 284...
-
 
284
BOOT_VAR            equ (OS_BASE+0x02f0000)
286
display_data        equ (OS_BASE+0x0460000)
285
 
Line 287... Line 286...
287
 
286
DMA_HD_MEM          equ 0x0300000
288
HD_CACHE            equ (OS_BASE+0x0600000)
287
HD_CACHE            equ (OS_BASE+DMA_HD_MEM)
289
 
288
 
290
stack_data_start    equ (OS_BASE+0x0700000)
289
stack_data_start    equ (OS_BASE+0x0400000)
-
 
290
eth_data_start      equ (OS_BASE+0x0400000)
291
eth_data_start      equ (OS_BASE+0x0700000)
291
stack_data          equ (OS_BASE+0x0404000)
292
stack_data          equ (OS_BASE+0x0704000)
292
stack_data_end      equ (OS_BASE+0x041ffff)
-
 
293
resendQ             equ (OS_BASE+0x0420000)
Line 293... Line 294...
293
stack_data_end      equ (OS_BASE+0x071ffff)
294
VMODE_BASE          equ (OS_BASE+0x0428000)
294
VMODE_BASE          equ (OS_BASE+0x0760000)
-
 
295
resendQ             equ (OS_BASE+0x0770000)
-
 
296
 
-
 
297
skin_data           equ (OS_BASE+0x0778000)
-
 
298
 
295
skin_data           equ (OS_BASE+0x0430000)
299
draw_data           equ (OS_BASE+0x0780000);
296
draw_data           equ (OS_BASE+0x0438000);
Line -... Line 297...
-
 
297
 
-
 
298
virtual at              (OS_BASE+0x043BF80)
-
 
299
  tss  TSS
300
 
300
end virtual
Line 301... Line 301...
301
virtual at (OS_BASE+0x0783F80)
301
 
302
  tss  TSS
302
WinMapAddress       equ (OS_BASE+0x043F000)
Line 303... Line 303...
303
end virtual
303
display_data        equ (OS_BASE+0x043F000)