Subversion Repositories Kolibri OS

Rev

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

Rev 1551 Rev 1560
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: 1551 $
8
$Revision: 1560 $
Line 9... Line 9...
9
 
9
 
Line 65... Line 65...
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
66
;  boot_pal_ega      db   'Setting EGA/CGA 320x200 palette',0
67
;  boot_pal_vga      db   'Setting VGA 640x480 palette',0
67
;  boot_pal_vga      db   'Setting VGA 640x480 palette',0
68
  boot_failed       db   'Failed to start first app',0
68
  boot_failed       db   'Failed to start first app',0
69
  boot_mtrr         db   'Setting MTRR',0
69
  boot_mtrr         db   'Setting MTRR',0
-
 
70
  boot_uDMA_ok      db   'Set user DMA OK',0
70
  boot_pcie_ok      db   'PCIe config set OK',0
71
  boot_pcie_ok      db   'PCIe config set OK',0
71
  boot_pcie_fail    db   'PCIe config XXX failed XXX',0
72
  boot_pcie_fail    db   'PCIe config XXX failed XXX',0
72
  boot_rs7xx_fail   db	 'RS7xx config XXX failed XXX',0
73
  boot_rs7xx_fail   db	 'RS7xx config XXX failed XXX',0
73
  boot_rs7xx_blkd   db	 'RS7xx config ---------- FAILED -----------',0
74
  boot_rs7xx_blkd   db	 'RS7xx config ---------- FAILED -----------',0
74
if preboot_blogesc
75
if preboot_blogesc