Subversion Repositories Kolibri OS

Rev

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

Rev 851 Rev 854
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: 851 $
8
$Revision: 854 $
9
 
9
 
10
 
10
 
Line 212... Line 212...
212
 
212
 
213
mouseunder          equ (OS_BASE+0x0006900)
213
mouseunder          equ (OS_BASE+0x0006900)
214
CDDataBuf           equ (OS_BASE+0x0007000)
214
CDDataBuf           equ (OS_BASE+0x0007000)
215
FLOPPY_BUFF         equ (OS_BASE+0x0008000)
215
FLOPPY_BUFF         equ (OS_BASE+0x0008000)
216
ACTIVE_PROC_STACK   equ (OS_BASE+0x000A400) ;unused
-
 
-
 
216
ACTIVE_PROC_STACK   equ (OS_BASE+0x000A400) ;unused
217
idts                equ (OS_BASE+0x000B100)
217
 
218
WIN_STACK           equ (OS_BASE+0x000C000)
218
WIN_STACK           equ (OS_BASE+0x000C000)
219
WIN_POS             equ (OS_BASE+0x000C400)
219
WIN_POS             equ (OS_BASE+0x000C400)
Line 220... Line 220...
220
FDD_BUFF            equ (OS_BASE+0x000D000)
220
FDD_BUFF            equ (OS_BASE+0x000D000)