Subversion Repositories Kolibri OS

Rev

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

Rev 3775 Rev 3778
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: 3775 $
8
$Revision: 3778 $
Line 9... Line 9...
9
 
9
 
Line 55... Line 55...
55
  boot_inittimer:   cp866 'Инициализация системного таймера (IRQ0)',0
55
  boot_inittimer:   cp866 'Инициализация системного таймера (IRQ0)',0
56
  boot_initapic:    cp866 'Попытка инициализации APIC',0
56
  boot_initapic:    cp866 'Попытка инициализации APIC',0
57
  boot_enableirq:   cp866 'Включить прерывания 2, 13',0
57
  boot_enableirq:   cp866 'Включить прерывания 2, 13',0
58
  boot_disabling_ide:cp866 'Запрещение прерываний в контроллере IDE',0
58
  boot_disabling_ide:cp866 'Запрещение прерываний в контроллере IDE',0
59
  boot_enabling_ide:cp866 'Разрешение прерываний в контроллере IDE',0
59
  boot_enabling_ide:cp866 'Разрешение прерываний в контроллере IDE',0
60
  boot_set_int_IDE: cp866 'Установка обработчиков прерываний для контроллера IDE',0
60
  boot_set_int_IDE: cp866 'Установка обработчиков прерываний IDE',0
61
  boot_detectfloppy:cp866 'Поиск floppy дисководов',0
61
  boot_detectfloppy:cp866 'Поиск floppy дисководов',0
62
  boot_detecthdcd:  cp866 'Поиск жестких дисков и ATAPI приводов',0
62
  boot_detecthdcd:  cp866 'Поиск жестких дисков и ATAPI приводов',0
63
  boot_getcache:    cp866 'Получение памяти для кэша',0
63
  boot_getcache:    cp866 'Получение памяти для кэша',0
64
  boot_detectpart:  cp866 'Поиск разделов на дисковых устройствах',0
64
  boot_detectpart:  cp866 'Поиск разделов на дисковых устройствах',0
65
  boot_init_sys:    cp866 'Инициализация системного каталога /sys',0
65
  boot_init_sys:    cp866 'Инициализация системного каталога /sys',0
Line 98... Line 98...
98
  boot_inittimer    db   'Initialize system timer (IRQ0)',0
98
  boot_inittimer    db   'Initialize system timer (IRQ0)',0
99
  boot_initapic     db   'Try to initialize APIC',0
99
  boot_initapic     db   'Try to initialize APIC',0
100
  boot_enableirq    db   'Enable interrupts 2, 13',0
100
  boot_enableirq    db   'Enable interrupts 2, 13',0
101
  boot_disabling_ide db   'Disable interrupts in IDE controller',0
101
  boot_disabling_ide db   'Disable interrupts in IDE controller',0
102
  boot_enabling_ide db   'Enable interrupts in IDE controller',0
102
  boot_enabling_ide db   'Enable interrupts in IDE controller',0
103
  boot_set_int_IDE  db   'Set handler of interrupts for IDE controller',0
103
  boot_set_int_IDE  db   'Set handler of interrupts for IDE',0
104
  boot_detectfloppy db   'Search floppy drives',0
104
  boot_detectfloppy db   'Search floppy drives',0
105
  boot_detecthdcd   db   'Search hard drives and ATAPI drives',0
105
  boot_detecthdcd   db   'Search hard drives and ATAPI drives',0
106
  boot_getcache     db   'Get memory for cache',0
106
  boot_getcache     db   'Get memory for cache',0
107
  boot_detectpart   db   'Search partitions on disk devices',0
107
  boot_detectpart   db   'Search partitions on disk devices',0
108
  boot_init_sys     db   'Initialize system directory /sys',0
108
  boot_init_sys     db   'Initialize system directory /sys',0