Subversion Repositories Kolibri OS

Rev

Rev 2255 | Rev 2384 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 2255 Rev 2288
Line 3... Line 3...
3
;; Copyright (C) KolibriOS team 2004-2009. All rights reserved. ;;
3
;; Copyright (C) KolibriOS team 2004-2009. 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: 2255 $
8
$Revision: 2288 $
Line 9... Line 9...
9
 
9
 
Line 81... Line 81...
81
  boot_setmouse     db   'Setting mouse',0
81
  boot_setmouse     db   'Setting mouse',0
82
  boot_windefs      db   'Setting window defaults',0
82
  boot_windefs      db   'Setting window defaults',0
83
  boot_bgr          db   'Calculating background',0
83
  boot_bgr          db   'Calculating background',0
84
  boot_resirqports  db   'Reserving IRQs & ports',0
84
  boot_resirqports  db   'Reserving IRQs & ports',0
85
  boot_setostask    db   'Setting OS task',0
85
  boot_setostask    db   'Setting OS task',0
86
  boot_allirqs	    db	 'Unmasking IRQs',0
86
  boot_allirqs      db   'Unmasking IRQs',0
87
  boot_tsc          db   'Reading TSC',0
87
  boot_tsc          db   'Reading TSC',0
88
  boot_cpufreq      db   'CPU frequency is ','    ',' MHz',0
88
  boot_cpufreq      db   'CPU frequency is ','    ',' MHz',0
89
  boot_pal_ega      db   'Setting EGA/CGA 320x200 palette',0
89
  boot_pal_ega      db   'Setting EGA/CGA 320x200 palette',0
90
  boot_pal_vga      db   'Setting VGA 640x480 palette',0
90
  boot_pal_vga      db   'Setting VGA 640x480 palette',0
91
  boot_failed       db   'Failed to start first app',0
91
  boot_failed       db   'Failed to start first app',0
Line 93... Line 93...
93
if preboot_blogesc
93
if preboot_blogesc
94
  boot_tasking      db   'All set - press ESC to start',0
94
  boot_tasking      db   'All set - press ESC to start',0
95
end if
95
end if
96
end if
96
end if
Line 97... Line 97...
97
 
97
 
98
  boot_APIC_found   db	 'APIC enabled', 0
98
  boot_APIC_found   db   'APIC enabled', 0
Line 99... Line 99...
99
  boot_APIC_nfound  db	 'APIC not found', 0
99
  boot_APIC_nfound  db   'APIC not found', 0
100
 
100
 
101
;new_process_loading db 'K : New Process - loading',13,10,0
101
;new_process_loading db 'K : New Process - loading',13,10,0
Line 291... Line 291...
291
endofcode:
291
endofcode:
292
gdte:
292
gdte:
Line 293... Line 293...
293
 
293
 
294
align 16
294
align 16
-
 
295
cur_saved_data    rb 4096
295
cur_saved_data    rb 4096
296
fpu_data:
Line 296... Line 297...
296
fpu_data:         rb 512
297
                  rb 512
297
 
298
 
298
mem_block_list    rd 64*2
299
mem_block_list    rd 64*2