Subversion Repositories Kolibri OS

Rev

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

Rev 1018 Rev 1038
Line 3... Line 3...
3
;; Copyright (C) KolibriOS team 2004-2008. All rights reserved. ;;
3
;; Copyright (C) KolibriOS team 2004-2008. 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: 1018 $
8
$Revision: 1038 $
Line 9... Line 9...
9
 
9
 
Line 61... Line 61...
61
  boot_resirqports  db	 'Reserving IRQs & ports',0
61
  boot_resirqports  db	 'Reserving IRQs & ports',0
62
  boot_setrports    db	 'Setting addresses for IRQs',0
62
  boot_setrports    db	 'Setting addresses for IRQs',0
63
  boot_setostask    db	 'Setting OS task',0
63
  boot_setostask    db	 'Setting OS task',0
64
  boot_allirqs	    db	 'Unmasking all IRQs',0
64
  boot_allirqs	    db	 'Unmasking all IRQs',0
65
  boot_tsc	    db	 'Reading TSC',0
65
  boot_tsc	    db	 'Reading TSC',0
-
 
66
  boot_cpufreq      db   'CPU frequency is ','    ',' MHz',0
66
  boot_pal_ega	    db	 'Setting EGA/CGA 320x200 palette',0
67
  boot_pal_ega	    db	 'Setting EGA/CGA 320x200 palette',0
67
  boot_pal_vga	    db	 'Setting VGA 640x480 palette',0
68
  boot_pal_vga	    db	 'Setting VGA 640x480 palette',0
68
  boot_failed	    db	 'Failed to start first app',0
69
  boot_failed	    db	 'Failed to start first app',0
69
  boot_mtrr	    db	 'Setting MTRR',0
70
  boot_mtrr	    db	 'Setting MTRR',0
70
if preboot_blogesc
71
if preboot_blogesc
71
  boot_tasking	    db	 'All set - press ESC to start',0
72
  boot_tasking	    db	 'All set - press ESC to start',0
72
end if
73
end if
Line 73... Line 74...
73
 
74
 
74
new_process_loading db 'K : New Process - loading',13,10,0
75
;new_process_loading db 'K : New Process - loading',13,10,0
75
new_process_running db 'K : New Process - done',13,10,0
76
;new_process_running db 'K : New Process - done',13,10,0
Line 76... Line 77...
76
start_not_enough_memory db 'K : New Process - not enough memory',13,10,0
77
start_not_enough_memory db 'K : New Process - not enough memory',13,10,0
77
 
78
 
78
msg_unresolved db 'unresolved ',0
79
msg_unresolved db 'unresolved ',0