Subversion Repositories Kolibri OS

Rev

Rev 3274 | Rev 3539 | Go to most recent revision | Details | Compare with Previous | Last modification | View Log | RSS feed

Rev Author Line No. Line
3274 esevece 1
boot_initirq      db   'Inicializar IRQ',0
2
  boot_picinit      db   'Inicializar PIC',0
3
  boot_v86machine   db   'Inicializar sistema V86',0
4
  boot_inittimer    db   'Inicializar reloj del sistema (IRQ0)',0
5
  boot_initapic     db   'Prueba inicializar APIC',0
6
  boot_enableirq    db   'Habilitar interrupciones 2, 6, 13, 14, 15',0
7
  boot_enablint_ide db   'Habiliar interrupciones en controladores IDE',0
8
  boot_detectfloppy db   'Buscar unidades de disquete',0
9
  boot_detecthdcd   db   'Buscar discos duros y unidades ATAPI',0
10
  boot_getcache     db   'Tomar memoria para cach‚',0
11
  boot_detectpart   db   'Buscar particiones en discos',0
12
  boot_init_sys     db   'Inicializar directorio del sistema /sys',0
13
  boot_loadlibs     db   'Cargando librer¡as (.obj)',0
14
  boot_memdetect    db   'Determinando cantidad de memoria',0
15
  boot_tss          db   'Configurando TSSs',0
16
  boot_cpuid        db   'Leyendo CPUIDs',0
17
;  boot_devices      db   'Detectando dispositivos',0
18
  boot_setmouse     db   'Configurando el rat¢n',0
19
  boot_windefs      db   'Setting window defaults',0
20
  boot_bgr          db   'Calculating background',0
21
  boot_resirqports  db   'Reservando IRQs y puertos',0
22
  boot_setostask    db   'Configurando tarea OS',0
23
  boot_allirqs      db   'Desenmascarando IRQs',0
24
  boot_tsc          db   'Leyendo TSC',0
25
  boot_cpufreq      db   'La frequencia del CPU es ','    ',' MHz',0
26
  boot_pal_ega      db   'Configurando paleta EGA/CGA 320x200',0
27
  boot_pal_vga      db   'Configurando paleta VGA 640x480',0
28
  boot_failed       db   'Fallo al iniciar la primer aplicaci¢n',0
29
  boot_mtrr         db   'Configurando MTRR',0
30
 
31
  boot_APIC_found   db   'APIC habilitado', 0
32
  boot_APIC_nfound  db   'APIC no encontrado', 0
33
if preboot_blogesc
34
  boot_tasking      db   'Todo configurado - presiona ESC para iniciar',0
35
end if
3309 esevece 36
 
37
msg_version    db 'versi¢n incompatible del controlador',13,10,0
38
msg_www        db 'por favor, visita www.kolibrios.org',13,10,0
39
 
40
ud_user_message db 'Error: instrucci¢n no soportada por el procesador',0