Subversion Repositories Kolibri OS

Rev

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

Rev 571 Rev 580
Line 1... Line 1...
1
$Revision: 571 $
1
$Revision: 580 $
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 290... Line 290...
290
BUTTON_INFO         equ (OS_BASE+0x02C0000)
290
BUTTON_INFO         equ (OS_BASE+0x02C0000)
291
RESERVED_PORTS      equ (OS_BASE+0x02D0000)
291
RESERVED_PORTS      equ (OS_BASE+0x02D0000)
292
IRQ_SAVE            equ (OS_BASE+0x02E0000)
292
IRQ_SAVE            equ (OS_BASE+0x02E0000)
293
BOOT_VAR            equ (OS_BASE+0x02f0000)
293
BOOT_VAR            equ (OS_BASE+0x02f0000)
Line 294... Line 294...
294
 
294
 
295
DMA_HD_MEM          equ 0x0300000
295
; DMA_HD_MEM          equ 0x0300000
Line 296... Line 296...
296
HD_CACHE            equ (OS_BASE+DMA_HD_MEM)
296
; HD_CACHE            equ (OS_BASE+DMA_HD_MEM)
297
 
297
 
298
stack_data_start    equ (OS_BASE+0x0400000)
298
stack_data_start    equ (OS_BASE+0x0400000)
299
eth_data_start      equ (OS_BASE+0x0400000)
299
eth_data_start      equ (OS_BASE+0x0400000)