Subversion Repositories Kolibri OS

Rev

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

Rev 8858 Rev 8866
Line 3... Line 3...
3
;; Copyright (C) KolibriOS team 2004-2021. All rights reserved. ;;
3
;; Copyright (C) KolibriOS team 2004-2021. 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: 8858 $
8
$Revision: 8866 $
9
 
9
 
10
 
10
 
Line 219... Line 219...
219
 
219
 
Line 220... Line 220...
220
window_data         = OS_BASE + 0x0001000
220
window_data         = OS_BASE + 0x0001000
221
 
221
 
222
TASK_TABLE          = OS_BASE + 0x0003000
222
TASK_TABLE          = OS_BASE + 0x0003000
223
CURRENT_TASK        = OS_BASE + 0x0003000
223
CURRENT_TASK        = OS_BASE + 0x0003000
224
TASK_COUNT          = OS_BASE + 0x0003004
224
;TASK_COUNT          = OS_BASE + 0x0003004
225
TASK_BASE           = OS_BASE + 0x0003010
225
TASK_BASE           = OS_BASE + 0x0003010
Line 226... Line 226...
226
TASK_DATA           = OS_BASE + 0x0003020
226
TASK_DATA           = OS_BASE + 0x0003020