Subversion Repositories Kolibri OS

Rev

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

Rev 843 Rev 846
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: 843 $
8
$Revision: 846 $
9
 
9
 
10
 
10
 
Line 260... Line 260...
260
 
260
 
261
;unused ? only one reference
261
;unused ? only one reference
Line 262... Line 262...
262
MOUSE_BUFF_COUNT    equ (OS_BASE+0x000FCFF)
262
MOUSE_BUFF_COUNT    equ (OS_BASE+0x000FCFF)
263
 
-
 
Line 264... Line 263...
264
LFBAddress          equ (OS_BASE+0x000FE80)
263
 
265
MEM_AMOUNT          equ (OS_BASE+0x000FE8C)
264
LFBAddress          equ (OS_BASE+0x000FE80)
266
 
265
 
267
Screen_Max_X        equ (OS_BASE+0x000FE00)
266
Screen_Max_X        equ (OS_BASE+0x000FE00)
Line 293... Line 292...
293
;unused
292
;unused
294
TMP_BUFF            equ (OS_BASE+0x0090000)
293
TMP_BUFF            equ (OS_BASE+0x0090000)
Line 295... Line 294...
295
 
294
 
Line 296... Line 295...
296
VGABasePtr          equ (OS_BASE+0x00A0000)
295
VGABasePtr          equ (OS_BASE+0x00A0000)
297
 
296
 
298
RAMDISK             equ (OS_BASE+0x0100000)
297
;RAMDISK             equ (OS_BASE+0x0100000)
Line 299... Line 298...
299
RAMDISK_FAT         equ (OS_BASE+0x0280000)
298
RAMDISK_FAT         equ (OS_BASE+0x0280000)