Subversion Repositories Kolibri OS

Rev

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

Rev 8866 Rev 8867
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: 8866 $
8
$Revision: 8867 $
9
 
9
 
10
 
10
 
Line 222... Line 222...
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
226
TASK_DATA           = OS_BASE + 0x0003020
226
TASK_DATA           = OS_BASE + 0x0003020
227
TASK_EVENT          = OS_BASE + 0x0003020
227
;TASK_EVENT          = OS_BASE + 0x0003020
Line 228... Line 228...
228
 
228
 
Line 229... Line 229...
229
CDDataBuf           = OS_BASE + 0x0005000
229
CDDataBuf           = OS_BASE + 0x0005000
Line 514... Line 514...
514
                        dd ?            ;+136
514
                        dd ?            ;+136
515
                        dd ?            ;+140
515
                        dd ?            ;+140
516
        saved_box       BOX             ;+144
516
        saved_box       BOX             ;+144
517
        ipc_start       dd ?            ;+160
517
        ipc_start       dd ?            ;+160
518
        ipc_size        dd ?            ;+164
518
        ipc_size        dd ?            ;+164
519
        event_mask      dd ?            ;+168 ; mask which accumulates occurred events
519
        occurred_events dd ?            ;+168 ; mask which accumulates occurred events
520
        debugger_slot   dd ?            ;+172
520
        debugger_slot   dd ?            ;+172
521
        terminate_protection dd ?       ;+176
521
        terminate_protection dd ?       ;+176
522
        keyboard_mode   db ?            ;+180
522
        keyboard_mode   db ?            ;+180
523
        captionEncoding db ?
523
        captionEncoding db ?
524
                        rb 2
524
                        rb 2