Subversion Repositories Kolibri OS

Rev

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

Rev 8217 Rev 8851
Line 3... Line 3...
3
;; Copyright (C) KolibriOS team 2004-2017. All rights reserved. ;;
3
;; Copyright (C) KolibriOS team 2004-2017. 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: 8217 $
8
$Revision: 8851 $
9
 
9
 
10
 
10
 
Line 217... Line 217...
217
 
217
 
Line 218... Line 218...
218
OS_BASE             = 0x80000000
218
OS_BASE             = 0x80000000
Line -... Line 219...
-
 
219
 
219
 
220
window_data         = OS_BASE + 0x0001000
220
window_data         = OS_BASE + 0x0001000
221
 
221
 
222
TASK_TABLE          = OS_BASE + 0x0003000
222
CURRENT_TASK        = OS_BASE + 0x0003000
223
CURRENT_TASK        = OS_BASE + 0x0003000
223
TASK_COUNT          = OS_BASE + 0x0003004
224
TASK_COUNT          = OS_BASE + 0x0003004