Subversion Repositories Kolibri OS

Rev

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

Rev 431 Rev 434
Line 1... Line 1...
1
$Revision: 431 $
1
$Revision: 434 $
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 144... Line 144...
144
 
144
 
Line 145... Line 145...
145
window_data         equ (OS_BASE+0x0000000)
145
window_data         equ (OS_BASE+0x0000000)
146
 
146
 
-
 
147
CURRENT_TASK        equ (OS_BASE+0x0003000)
147
CURRENT_TASK        equ (OS_BASE+0x0003000)
148
TASK_COUNT          equ (OS_BASE+0x0003004)
148
TASK_COUNT          equ (OS_BASE+0x0003004)
149
CURRENT_RING0_ESP   equ (OS_BASE+0x0003008)
149
TASK_BASE           equ (OS_BASE+0x0003010)
150
TASK_BASE           equ (OS_BASE+0x0003010)
Line 150... Line 151...
150
TASK_DATA           equ (OS_BASE+0x0003020)
151
TASK_DATA           equ (OS_BASE+0x0003020)