Subversion Repositories Kolibri OS

Rev

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

Rev 3925 Rev 3927
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: 3925 $
8
$Revision: 3927 $
Line 9... Line 9...
9
 
9
 
Line 89... Line 89...
89
if preboot_blogesc
89
if preboot_blogesc
90
  boot_tasking:     cp866 'Все готово для запуска, нажмитре ESC для старта',0
90
  boot_tasking:     cp866 'Все готово для запуска, нажмитре ESC для старта',0
91
end if
91
end if
92
else if lang eq sp
92
else if lang eq sp
93
  include 'data32sp.inc'
93
  include 'data32sp.inc'
-
 
94
else if lang eq et
-
 
95
  include 'data32et.inc'
94
else
96
else
95
  boot_initirq      db   'Initialize IRQ',0
97
  boot_initirq      db   'Initialize IRQ',0
96
  boot_picinit      db   'Initialize PIC',0
98
  boot_picinit      db   'Initialize PIC',0
97
  boot_v86machine   db   'Initialize system V86 machine',0
99
  boot_v86machine   db   'Initialize system V86 machine',0
98
  boot_inittimer    db   'Initialize system timer (IRQ0)',0
100
  boot_inittimer    db   'Initialize system timer (IRQ0)',0
Line 135... Line 137...
135
;new_process_running db 'K : New Process - done',13,10,0
137
;new_process_running db 'K : New Process - done',13,10,0
136
start_not_enough_memory db 'K : New Process - not enough memory',13,10,0
138
start_not_enough_memory db 'K : New Process - not enough memory',13,10,0
Line 137... Line 139...
137
 
139
 
138
msg_unresolved db 'unresolved ',0
140
msg_unresolved db 'unresolved ',0
139
msg_module     db 'in module ',0
141
msg_module     db 'in module ',0
140
if ~ lang eq sp
142
if ~ lang eq sp et
141
msg_version    db 'incompatible driver version',13,10,0
143
msg_version    db 'incompatible driver version',13,10,0
142
msg_www        db 'please visit www.kolibrios.org',13,10,0
144
msg_www        db 'please visit www.kolibrios.org',13,10,0
143
end if
145
end if
Line 162... Line 164...
162
read_firstapp  db '/sys/'
164
read_firstapp  db '/sys/'
163
firstapp       db  'LAUNCHER',0
165
firstapp       db  'LAUNCHER',0
164
notifyapp      db '@notify',0
166
notifyapp      db '@notify',0
165
if lang eq ru
167
if lang eq ru
166
ud_user_message: cp866 'Ошибка: неподдерживаемая инструкция процессора',0
168
ud_user_message: cp866 'Ошибка: неподдерживаемая инструкция процессора',0
167
else if ~ lang eq sp
169
else if ~ lang eq sp et
168
ud_user_message db 'Error: unsupported processor instruction',0
170
ud_user_message db 'Error: unsupported processor instruction',0
169
end if
171
end if
Line 170... Line 172...
170
 
172
 
171
vmode          db  '/sys/drivers/VMODE.MDR',0
173
vmode          db  '/sys/drivers/VMODE.MDR',0