Subversion Repositories Kolibri OS

Rev

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

Rev 8866 Rev 8869
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: 8869 $
Line 9... Line 9...
9
 
9
 
Line 436... Line 436...
436
default_io_map      dd  ?
436
default_io_map      dd  ?
Line 437... Line 437...
437
 
437
 
Line 438... Line 438...
438
LFBSize             dd  ?
438
LFBSize             dd  ?
-
 
439
 
439
 
440
current_process     dd  ?
440
current_process     dd  ?
441
current_slot        dd  ?   ; pointer to APPDATA of current thread
Line 441... Line 442...
441
current_slot        dd  ?   ; i.e. cureent thread
442
current_slot_idx    dd  ?   ; index of current thread slot
442
thread_count        dd  ?
443
thread_count        dd  ?
443
 
444