Subversion Repositories Kolibri OS

Rev

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

Rev 2497 Rev 2640
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: 2497 $
8
$Revision: 2640 $
Line 9... Line 9...
9
 
9
 
Line 47... Line 47...
47
     db   'ABCDEFGHIJKLMNOPQRSTUVWXYZ'
47
     db   'ABCDEFGHIJKLMNOPQRSTUVWXYZ'
Line 48... Line 48...
48
 
48
 
49
 
49
 
50
 
50
 
51
if lang eq ru
51
if lang eq ru
52
  boot_fonts        db   '˜à¨äâë § £à㦥­ë',0
52
;  boot_fonts        db   '˜à¨äâë § £à㦥­ë',0
53
  boot_memdetect    db   'Š®«¨ç¥á⢮ ®¯¥à â¨¢­®© ¯ ¬ïâ¨','     ',' Œ¡',0
53
  boot_memdetect    db   'Š®«¨ç¥á⢮ ®¯¥à â¨¢­®© ¯ ¬ïâ¨','     ',' Œ¡',0
54
  boot_tss          db   '“áâ ­®¢ª  TSSs',0
54
  boot_tss          db   '“áâ ­®¢ª  TSSs',0
Line 71... Line 71...
71
  boot_mtrr         db   '“áâ ­®¢ª  MTRR',0
71
  boot_mtrr         db   '“áâ ­®¢ª  MTRR',0
72
if preboot_blogesc
72
if preboot_blogesc
73
  boot_tasking      db   '‚ᥠ£®â®¢® ¤«ï § ¯ã᪠, ­ ¦¬¨âॠESC ¤«ï áâ àâ ',0
73
  boot_tasking      db   '‚ᥠ£®â®¢® ¤«ï § ¯ã᪠, ­ ¦¬¨âॠESC ¤«ï áâ àâ ',0
74
end if
74
end if
75
else
75
else
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_setmouse     db   'Setting mouse',0
81
  boot_setmouse     db   'Setting mouse',0
Line 133... Line 133...
133
ud_user_message db 'Žè¨¡ª : ­¥¯®¤¤¥à¦¨¢ ¥¬ ï ¨­áâàãªæ¨ï ¯à®æ¥áá®à ',0
133
ud_user_message db 'Žè¨¡ª : ­¥¯®¤¤¥à¦¨¢ ¥¬ ï ¨­áâàãªæ¨ï ¯à®æ¥áá®à ',0
134
else
134
else
135
ud_user_message db 'Error: unsupported processor instruction',0
135
ud_user_message db 'Error: unsupported processor instruction',0
136
end if
136
end if
Line 137... Line -...
137
 
-
 
138
char    db '/sys/FONTS/CHAR.MT',0
-
 
139
char2   db '/sys/FONTS/CHAR2.MT',0
-
 
140
 
137
 
141
bootpath       db  '/KOLIBRI    '
138
bootpath       db  '/KOLIBRI    '
142
bootpath2      db  0
139
bootpath2      db  0
143
vmode          db  '/sys/drivers/VMODE.MDR',0
140
vmode          db  '/sys/drivers/VMODE.MDR',0
144
;vrr_m          db  'VRR_M',0
141
;vrr_m          db  'VRR_M',0