Subversion Repositories Kolibri OS

Rev

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

Rev 1599 Rev 1683
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: 1599 $
8
$Revision: 1683 $
Line 9... Line 9...
9
 
9
 
Line 55... Line 55...
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
58
  boot_windefs	    db	 'Setting window defaults',0
59
  boot_bgr	    db	 'Calculating background',0
59
  boot_bgr	    db	 'Calculating background',0
60
  boot_resirqports  db	 'Reserving IRQs & ports',0
60
;  boot_resirqports  db  'Reserving IRQs & ports',0
61
; boot_setrports    db   'Setting addresses for IRQs',0
61
; boot_setrports    db   'Setting addresses for IRQs',0
62
  boot_setostask    db	 'Setting OS task',0
62
  boot_setostask    db	 'Setting OS task',0
63
  boot_allirqs	    db	 'Unmasking all IRQs',0
63
  boot_allirqs	    db	 'Unmasking all IRQs',0
64
  boot_tsc	    db	 'Reading TSC',0
64
  boot_tsc	    db	 'Reading TSC',0
65
  boot_cpufreq	    db	 'CPU frequency is ','    ',' MHz',0
65
  boot_cpufreq	    db	 'CPU frequency is ','    ',' MHz',0
66
;  boot_pal_ega      db   'Setting EGA/CGA 320x200 palette',0
-
 
67
;  boot_pal_vga      db   'Setting VGA 640x480 palette',0
-
 
68
  boot_failed	    db	 'Failed to start first app',0
66
  boot_failed	    db	 'Failed to start first app',0
69
  boot_mtrr	    db	 'Setting MTRR',0
67
  boot_mtrr	    db	 'Setting MTRR',0
70
  boot_uDMA_ok	    db	 'Set user DMA OK',0
68
  boot_uDMA_ok	    db	 'Set user DMA OK',0
71
  boot_pcie_ok	    db	 'PCIe config set OK',0
-
 
72
  boot_pcie_fail    db	 'PCIe config XXX failed XXX',0
-
 
73
  boot_rs7xx_fail   db	 'RS7xx config XXX failed XXX',0
-
 
74
  boot_rs7xx_blkd   db	 'RS7xx config ---------- FAILED -----------',0
-
 
75
if preboot_blogesc
69
if preboot_blogesc
76
  boot_tasking	    db	 'All set - press ESC to start',0
70
  boot_tasking	    db	 'All set - press ESC to start',0
77
end if
71
end if
Line 78... Line 72...
78
 
72
 
Line 85... Line 79...
85
msg_version    db 'incompatible driver version',13,10,0
79
msg_version    db 'incompatible driver version',13,10,0
86
msg_www        db 'please visit www.kolibrios.org',13,10,0
80
msg_www        db 'please visit www.kolibrios.org',13,10,0
87
msg_CR	       db  13,10,0
81
msg_CR	       db  13,10,0
88
aSis	       db 'SIS',0
82
aSis	       db 'SIS',0
Line 89... Line 83...
89
 
83
 
90
intel_str      db "GenuineIntel",0
84
;intel_str      db "GenuineIntel",0
Line 91... Line 85...
91
AMD_str        db "AuthenticAMD",0
85
AMD_str        db "AuthenticAMD",0
92
 
86
 
93
;szSound        db 'SOUND',0
87
;szSound        db 'SOUND',0
Line 467... Line 461...
467
NumBiosDisks	rd 1
461
NumBiosDisks	rd 1
468
BiosDisksData	rb 200h
462
BiosDisksData	rb 200h
469
BiosDiskCaches	rb 80h*(cache_ide1-cache_ide0)
463
BiosDiskCaches	rb 80h*(cache_ide1-cache_ide0)
470
BiosDiskPartitions rd 80h
464
BiosDiskPartitions rd 80h
Line -... Line 465...
-
 
465
 
-
 
466
diff16 "UGlobals start ",0,$
471
 
467