Subversion Repositories Kolibri OS

Rev

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

Rev 2167 Rev 2231
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: 2167 $
8
$Revision: 2231 $
Line 9... Line 9...
9
 
9
 
Line 76... Line 76...
76
  boot_fonts        db   'Fonts loaded',0
76
  boot_fonts        db   'Fonts loaded',0
77
  boot_memdetect    db   'Determining amount of memory',0
77
  boot_memdetect    db   'Determining amount of memory',0
78
  boot_tss          db   'Setting TSSs',0
78
  boot_tss          db   'Setting TSSs',0
79
  boot_cpuid        db   'Reading CPUIDs',0
79
  boot_cpuid        db   'Reading CPUIDs',0
80
  boot_devices      db   'Detecting devices',0
80
  boot_devices      db   'Detecting devices',0
81
  boot_timer        db   'Setting timer',0
-
 
82
  boot_irqs         db   'Reprogramming IRQs',0
-
 
83
  boot_setmouse     db   'Setting mouse',0
81
  boot_setmouse     db   'Setting mouse',0
84
  boot_windefs      db   'Setting window defaults',0
82
  boot_windefs      db   'Setting window defaults',0
85
  boot_bgr          db   'Calculating background',0
83
  boot_bgr          db   'Calculating background',0
86
  boot_resirqports  db   'Reserving IRQs & ports',0
84
  boot_resirqports  db   'Reserving IRQs & ports',0
87
  boot_setrports    db   'Setting addresses for IRQs',0
-
 
88
  boot_setostask    db   'Setting OS task',0
85
  boot_setostask    db   'Setting OS task',0
89
  boot_allirqs      db   'Unmasking all IRQs',0
86
  boot_allirqs	    db	 'Unmasking IRQs',0
90
  boot_tsc          db   'Reading TSC',0
87
  boot_tsc          db   'Reading TSC',0
91
  boot_cpufreq      db   'CPU frequency is ','    ',' MHz',0
88
  boot_cpufreq      db   'CPU frequency is ','    ',' MHz',0
92
  boot_pal_ega      db   'Setting EGA/CGA 320x200 palette',0
89
  boot_pal_ega      db   'Setting EGA/CGA 320x200 palette',0
93
  boot_pal_vga      db   'Setting VGA 640x480 palette',0
90
  boot_pal_vga      db   'Setting VGA 640x480 palette',0
94
  boot_failed       db   'Failed to start first app',0
91
  boot_failed       db   'Failed to start first app',0
Line 145... Line 142...
145
bootpath2      db  0
142
bootpath2      db  0
146
vmode          db  '/sys/drivers/VMODE.MDR',0
143
vmode          db  '/sys/drivers/VMODE.MDR',0
147
vrr_m          db  'VRR_M',0
144
vrr_m          db  'VRR_M',0
148
kernel_file    db  'KERNEL  MNT'
145
kernel_file    db  'KERNEL  MNT'
Line -... Line 146...
-
 
146
 
Line 149... Line 147...
149
 
147
dev_data_path  db '/RD/1/DRIVERS/DEVICES.DAT',0
Line 150... Line 148...
150
 
148
 
151
align 4
149
align 4