Subversion Repositories Kolibri OS

Rev

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

Rev 527 Rev 533
Line 1... Line 1...
1
$Revision: 527 $
1
$Revision: 533 $
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 190... Line 190...
190
TASK_BASE           equ (OS_BASE+0x0003010)
190
TASK_BASE           equ (OS_BASE+0x0003010)
191
TASK_DATA           equ (OS_BASE+0x0003020)
191
TASK_DATA           equ (OS_BASE+0x0003020)
192
TASK_EVENT          equ (OS_BASE+0x0003020)
192
TASK_EVENT          equ (OS_BASE+0x0003020)
Line 193... Line 193...
193
 
193
 
-
 
194
mouseunder          equ (OS_BASE+0x0006900)
194
mouseunder          equ (OS_BASE+0x0006900)
195
CDDataBuf           equ (OS_BASE+0x0007000)
195
FLOPPY_BUFF         equ (OS_BASE+0x0008000)
196
FLOPPY_BUFF         equ (OS_BASE+0x0008000)
196
ACTIVE_PROC_STACK   equ (OS_BASE+0x000A400) ;unused
197
ACTIVE_PROC_STACK   equ (OS_BASE+0x000A400) ;unused
197
idts                equ (OS_BASE+0x000B100)
198
idts                equ (OS_BASE+0x000B100)
198
WIN_STACK           equ (OS_BASE+0x000C000)
199
WIN_STACK           equ (OS_BASE+0x000C000)