forked from KolibriOS/kolibrios
Fix bootlog
git-svn-id: svn://kolibrios.org@3775 a494cfbc-eb01-0410-851d-a64ba20cac60
This commit is contained in:
parent
25dd9e6530
commit
6be8a6f21c
@ -54,7 +54,7 @@ if lang eq ru
|
||||
boot_v86machine: cp866 'Инициализация системы V86 машины',0
|
||||
boot_inittimer: cp866 'Инициализация системного таймера (IRQ0)',0
|
||||
boot_initapic: cp866 'Попытка инициализации APIC',0
|
||||
boot_enableirq: cp866 'Включить прерывания 2, 6, 13, 14, 15',0
|
||||
boot_enableirq: cp866 'Включить прерывания 2, 13',0
|
||||
boot_disabling_ide:cp866 'Запрещение прерываний в контроллере IDE',0
|
||||
boot_enabling_ide:cp866 'Разрешение прерываний в контроллере IDE',0
|
||||
boot_set_int_IDE: cp866 'Установка обработчиков прерываний для контроллера IDE',0
|
||||
@ -97,7 +97,7 @@ else
|
||||
boot_v86machine db 'Initialize system V86 machine',0
|
||||
boot_inittimer db 'Initialize system timer (IRQ0)',0
|
||||
boot_initapic db 'Try to initialize APIC',0
|
||||
boot_enableirq db 'Enable interrupts 2, 6, 13, 14, 15',0
|
||||
boot_enableirq db 'Enable interrupts 2, 13',0
|
||||
boot_disabling_ide db 'Disable interrupts in IDE controller',0
|
||||
boot_enabling_ide db 'Enable interrupts in IDE controller',0
|
||||
boot_set_int_IDE db 'Set handler of interrupts for IDE controller',0
|
||||
|
@ -3,7 +3,7 @@
|
||||
boot_v86machine: cp850 'Inicializar sistema V86',0
|
||||
boot_inittimer: cp850 'Inicializar reloj del sistema (IRQ0)',0
|
||||
boot_initapic: cp850 'Prueba inicializar APIC',0
|
||||
boot_enableirq: cp850 'Habilitar interrupciones 2, 6, 13, 14, 15',0
|
||||
boot_enableirq: cp850 'Habilitar interrupciones 2, 13',0
|
||||
boot_disabling_ide:cp850 'Habiliar interrupciones en controladores IDE',0
|
||||
boot_enabling_ide:cp850 'Habilitar interrupciones en controladores IDE',0
|
||||
boot_set_int_IDE: cp850 'Configuración del controlador de interrupciones para el controlador IDE',0
|
||||
|
Loading…
Reference in New Issue
Block a user