Subversion Repositories Kolibri OS

Rev

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

Rev 3171 Rev 3274
Line 3... Line 3...
3
;; Copyright (C) KolibriOS team 2004-2012. All rights reserved. ;;
3
;; Copyright (C) KolibriOS team 2004-2012. 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: 3171 $
8
$Revision: 3274 $
Line 9... Line 9...
9
 
9
 
Line 85... Line 85...
85
  boot_APIC_found   db   'APIC ¢ª«î祭', 0
85
  boot_APIC_found   db   'APIC ¢ª«î祭', 0
86
  boot_APIC_nfound  db   'APIC ­¥ ­ ©¤¥­', 0
86
  boot_APIC_nfound  db   'APIC ­¥ ­ ©¤¥­', 0
87
if preboot_blogesc
87
if preboot_blogesc
88
  boot_tasking      db   '‚ᥠ£®â®¢® ¤«ï § ¯ã᪠, ­ ¦¬¨âॠESC ¤«ï áâ àâ ',0
88
  boot_tasking      db   '‚ᥠ£®â®¢® ¤«ï § ¯ã᪠, ­ ¦¬¨âॠESC ¤«ï áâ àâ ',0
89
end if
89
end if
-
 
90
else if lang eq sp
-
 
91
  include 'data32sp.inc'
90
else
92
else
91
  boot_initirq      db   'Initialize IRQ',0
93
  boot_initirq      db   'Initialize IRQ',0
92
  boot_picinit      db   'Initialize PIC',0
94
  boot_picinit      db   'Initialize PIC',0
93
  boot_v86machine   db   'Initialize system V86 machine',0
95
  boot_v86machine   db   'Initialize system V86 machine',0
94
  boot_inittimer    db   'Initialize system timer (IRQ0)',0
96
  boot_inittimer    db   'Initialize system timer (IRQ0)',0