Subversion Repositories Kolibri OS

Rev

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

Rev 5039 Rev 5057
Line 3... Line 3...
3
;; Copyright (C) KolibriOS team 2004-2012. All rights reserved. ;;
3
;; Copyright (C) KolibriOS team 2004-2012. 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: 5039 $
8
$Revision: 5057 $
9
 
9
 
10
 
10
 
Line 226... Line 226...
226
VGABasePtr          equ (OS_BASE+0x00A0000)
226
VGABasePtr          equ (OS_BASE+0x00A0000)
Line 227... Line 227...
227
 
227
 
228
CLEAN_ZONE          equ (_CLEAN_ZONE-OS_BASE)
228
CLEAN_ZONE          equ (_CLEAN_ZONE-OS_BASE)
Line 229... Line -...
229
IDE_DMA             equ (_IDE_DMA-OS_BASE)
-
 
230
 
-
 
231
; unused?
-
 
232
SB16Buffer          equ (OS_BASE+0x02A0000)
-
 
233
SB16_Status         equ (OS_BASE+0x02B0000)
229
IDE_DMA             equ (_IDE_DMA-OS_BASE)
Line 234... Line 230...
234
 
230
 
235
UPPER_KERNEL_PAGES  equ (OS_BASE+0x0400000)
231
UPPER_KERNEL_PAGES  equ (OS_BASE+0x0400000)
236
 
232