Subversion Repositories Kolibri OS

Rev

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

Rev 1930 Rev 2014
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: 1930 $
8
$Revision: 2014 $
Line 9... Line 9...
9
 
9
 
Line 45... Line 45...
45
     db   'ABCDEFGHIJKLMNOPQRSTUVWXYZ'
45
     db   'ABCDEFGHIJKLMNOPQRSTUVWXYZ'
46
     db   'ABCDEFGHIJKLMNOPQRSTUVWXYZ'
46
     db   'ABCDEFGHIJKLMNOPQRSTUVWXYZ'
47
     db   'ABCDEFGHIJKLMNOPQRSTUVWXYZ'
47
     db   'ABCDEFGHIJKLMNOPQRSTUVWXYZ'
Line 48... Line 48...
48
 
48
 
49
 
49
 
50
  boot_memdetect    db	 'Determining amount of memory',0
50
;  boot_memdetect    db   'Determining amount of memory',0
51
  boot_fonts	    db	 'Fonts loaded',0
51
;  boot_fonts        db   'Fonts loaded',0
52
  boot_tss	    db	 'Setting TSSs',0
52
;  boot_tss          db   'Setting TSSs',0
53
  boot_cpuid	    db	 'Reading CPUIDs',0
53
;  boot_cpuid        db   'Reading CPUIDs',0
54
  boot_devices	    db	 'Detecting devices',0
54
;  boot_devices      db   'Detecting devices',0
55
  boot_timer	    db	 'Setting timer',0
55
  boot_timer	    db	 'Setting timer',0
56
  boot_irqs	    db	 'Reprogramming IRQs',0
56
  boot_irqs	    db	 'Reprogramming IRQs',0
57
  boot_setmouse     db	 'Setting mouse',0
57
;  boot_setmouse     db   'Setting mouse',0
58
  boot_windefs	    db	 'Setting window defaults',0
-
 
59
  boot_bgr	    db	 'Calculating background',0
-
 
60
;  boot_resirqports  db  'Reserving IRQs & ports',0
58
  boot_windefs	    db	 'Setting window defaults',0
61
; boot_setrports    db   'Setting addresses for IRQs',0
59
;  boot_bgr          db   'Calculating background',0
62
  boot_setostask    db	 'Setting OS task',0
60
;  boot_setostask    db   'Setting OS task',0
63
  boot_allirqs	    db	 'Unmasking all IRQs',0
61
  boot_allirqs	    db	 'Unmasking all IRQs',0
64
  boot_tsc	    db	 'Reading TSC',0
62
;  boot_tsc          db   'Reading TSC',0
65
  boot_cpufreq	    db	 'CPU frequency is ','    ',' MHz',0
63
  boot_cpufreq	    db	 'CPU frequency is ','    ',' MHz',0
66
  boot_failed	    db	 'Failed to start first app',0
64
;  boot_failed       db   'Failed to start first app',0
67
  boot_mtrr	    db	 'Setting MTRR',0
65
;  boot_mtrr         db   'Setting MTRR',0
68
  boot_uDMA_ok	    db	 'Set user DMA OK',0
66
;  boot_uDMA_ok      db   'Set user DMA OK',0
69
if preboot_blogesc
67
;if preboot_blogesc
Line 70... Line 68...
70
  boot_tasking	    db	 'All set - press ESC to start',0
68
;  boot_tasking      db   'All set - press ESC to start',0
71
end if
69
;end if
72
 
70
 
Line 88... Line 86...
88
;szInfinity     db 'INFINITY',0
86
;szInfinity     db 'INFINITY',0
89
szHwMouse	db 'ATI2D',0
87
szHwMouse	db 'ATI2D',0
90
szPS2MDriver	db 'PS2MOUSE',0
88
szPS2MDriver	db 'PS2MOUSE',0
91
;szCOM_MDriver   db 'COM_MOUSE',0
89
;szCOM_MDriver   db 'COM_MOUSE',0
92
szUSB		db 'USB',0
90
szUSB		db 'USB',0
93
szAtiHW 	db '/rd/1/drivers/ati2d.drv',0
91
;szAtiHW         db '/rd/1/drivers/ati2d.drv',0
Line 94... Line 92...
94
 
92
 
95
szSTART        db 'START',0
93
szSTART        db 'START',0
96
szEXPORTS      db 'EXPORTS',0
94
szEXPORTS      db 'EXPORTS',0