Subversion Repositories Kolibri OS

Rev

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

Rev 890 Rev 908
Line 3... Line 3...
3
;; Copyright (C) KolibriOS team 2004-2007. All rights reserved. ;;
3
;; Copyright (C) KolibriOS team 2004-2007. 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: 890 $
8
$Revision: 908 $
Line 9... Line 9...
9
 
9
 
Line 95... Line 95...
95
szSTART        db 'START',0
95
szSTART        db 'START',0
96
szEXPORTS      db 'EXPORTS',0
96
szEXPORTS      db 'EXPORTS',0
97
szIMPORTS      db 'IMPORTS',0
97
szIMPORTS      db 'IMPORTS',0
Line 98... Line 98...
98
 
98
 
99
read_firstapp  db '/sys/'
99
read_firstapp  db '/sys/'
Line 100... Line 100...
100
firstapp       db  'LAUNCHER',0
100
firstapp       db  '@DESKTOP',0
101
 
101
 
Line 102... Line 102...
102
char    db '/rd/1/FONTS/CHAR.MT',0
102
char    db '/rd/1/FONTS/CHAR.MT',0
Line 391... Line 391...
391
tmp_task_pdir	  rd 1
391
tmp_task_pdir	  rd 1
392
tmp_task_ptab	  rd 1
392
tmp_task_ptab	  rd 1
Line 393... Line 393...
393
 
393
 
Line 394... Line 394...
394
default_io_map	  rd 1
394
default_io_map	  rd 1
Line 395... Line 395...
395
 
395
 
-
 
396
LFBSize           rd 1       ;8Mb hardcoded
-
 
397
 
396
LFBSize 	  rd 1
398
stall_mcs	  rd 1
Line 397... Line 399...
397
 
399
 
Line 398... Line 400...
398
stall_mcs	  rd 1
400
_current_slot: