Subversion Repositories Kolibri OS

Rev

Rev 3309 | Go to most recent revision | Blame | Compare with Previous | Last modification | View Log | Download | RSS feed

  1. ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
  2. ;;                                                              ;;
  3. ;; Copyright (C) KolibriOS team 2004-2011. All rights reserved. ;;
  4. ;; Distributed under terms of the GNU General Public License    ;;
  5. ;;                                                              ;;
  6. ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
  7.  
  8. ;======================================================================
  9. ;
  10. ;                           BOOT DATA
  11. ;
  12. ;======================================================================
  13.  
  14. ; Para modificar ‚ste archivo es necesario abrirlo con codificaci¢n CP850
  15.  
  16. $Revision: 2455 $
  17.  
  18.  
  19. d80x25_bottom:
  20.           db       186,' KolibriOS est  basado en MenuetOS y viene ABSOLUTAMENTE  '
  21.           db       'SIN GARANT¡A        ',186
  22.           db       186,' Lee el archivo COPYING por m s detalles                  '
  23.           db       '                    ',186
  24.           line_full_bottom
  25. d80x25_bottom_num = 3
  26.  
  27. msg_apm   db      " APM x.x ", 0
  28. novesa    db      "Monitor: EGA/CGA",13,10,0
  29. s_vesa    db      "Versi¢n de VESA: "
  30.   .ver    db      "?.?",13,10,0
  31.  
  32. gr_mode   db      "Selecciona un modo de video: ",13,10,0
  33.  
  34. ask_bd     db      "¨Agregar discos visibles por el BIOS emulados en modo V86? [1-si, 2-no]: ",0
  35.  
  36. if defined extended_primary_loader
  37. bdev      db      "Cargar ramdisk desde [1-disquete; 2-kolibri.img]: ",0
  38. else
  39. bdev      db      "Cargar ramdisk desde [1-disquete; 2-C:\kolibri.img (FAT32);"
  40.           db      13,10,186,"                    "
  41.           db      "3-usar imagen precargada en el reinicio del kernel;"
  42.           db      13,10,186,"                    "
  43.           db      "4-crear imagen vac¡a]: ",0
  44. end if
  45.  
  46. prnotfnd  db      "Fatal - Modo de video no encontrado.",0
  47.  
  48. not386    db      "Fatal - CPU 386+ requerido.",0
  49. fatalsel  db      "Fatal - Modo de gr ficos no soportado por hardware.",0
  50. pres_key  db      "Presiona una tecla para seleccionar otro modo de video.",0
  51. badsect   db      13,10,186," Fatal - Sector mal. Reemplaze el disquete.",0
  52. memmovefailed db  13,10,186," Fatal - Int 0x15 move failed.",0
  53. okt       db      " ... BIEN"
  54. linef     db      13,10,0
  55. diskload  db      "Cargando disquete: 00 %",8,8,8,8,0
  56. pros      db      "00"
  57. backspace2 db     8,8,0
  58. boot_dev  db      0  ; 0=floppy, 1=hd
  59. start_msg db      "Presiona [abcd] para cambiar la configuraci¢n, [Enter] para continuar",13,10,0
  60. time_msg  db      " o espera "
  61. time_str  db      " 5 segundos"
  62.           db      " para que inicie autom ticamente",13,10,0
  63. current_cfg_msg db "Configuraci¢n actual:",13,10,0
  64. curvideo_msg db   " [a] Modo de video: ",0
  65.  
  66. mode0     db      "320x200, EGA/CGA 256 colores",13,10,0
  67. mode9     db      "640x480, VGA 16 colores",13,10,0
  68.  
  69. usebd_msg db      " [b] Agregar discos visibles por el BIOS:",0
  70. on_msg    db      " activado",13,10,0
  71. off_msg   db      " desactivado",13,10,0
  72.  
  73. preboot_device_msg db " [c] Imagen de disquete: ",0
  74.  
  75. if defined extended_primary_loader
  76. preboot_device_msgs dw 0,pdm1,pdm2,0
  77. pdm1      db      "disquete real",13,10,0
  78. pdm2      db      "C:\kolibri.img (FAT32)",13,10,0
  79. else
  80. preboot_device_msgs dw 0,pdm1,pdm2,pdm3
  81. pdm1      db      "disquete real",13,10,0
  82. pdm2      db      "C:\kolibri.img (FAT32)",13,10,0
  83. pdm3      db      "usar imagen ya cargada",13,10,0
  84. pdm4      db      "crear imagen vac¡a",13,10,0
  85. end if
  86.  
  87. loading_msg db    "Cargando KolibriOS...",0
  88.  
  89. if ~ defined extended_primary_loader
  90. save_quest db     "¨Recordar configuraci¢n actual? [s/n]: ",0
  91. loader_block_error db "Bootloader inv lido, no puedo continuar. Detenido.",0
  92. end if
  93.  
  94. _st db 186,'                   ÚÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÂÄ¿',13,10,0
  95. _r1 db 186,'                   ³  320x200 EGA/CGA 256 colores  ³ ³',13,10,0
  96. _r2 db 186,'                   ³  640x480 VGA 16 colores       ³ ³',13,10,0
  97. _rs db 186,'                   ³  ????x????@??  SVGA VESA      ³ ³',13,10,0
  98. _bt db 186,'                   ÀÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÁÄÙ',13,10,0
  99.  
  100. remark1 db      "Los valores por defecto puede que no funcionen en algunas configuraciones.",0
  101. remark2 db      "Si el sistema no inicia, prueba deshabilitar la opci¢n [b].",0
  102. remarks dw      remark1, remark2
  103. num_remarks = 2
  104.