Subversion Repositories Kolibri OS

Rev

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

Rev 134 Rev 384
Line 65... Line 65...
65
  .bpp    dw      "??"
65
  .bpp    dw      "??"
66
          db      13,10,0
66
          db      13,10,0
67
vrrmprint db      "Apply VRR? (picture frequency greater than 60Hz"
67
vrrmprint db      "Apply VRR? (picture frequency greater than 60Hz"
68
          db      " only for transfers:",13,10
68
          db      " only for transfers:",13,10
69
          db      186," 1024*768->800*600 and 800*600->640*480) [1-yes,2-no]:",0
69
          db      186," 1024*768->800*600 and 800*600->640*480) [1-yes,2-no]:",0
70
gr_acc    db      "Vesa 2.0+ : MTRR graphics acceleration [1-yes/2-no] ? ",0
70
ask_dma   db      "Use DMA for HDD writing? [1-yes/2-no]: ",0
71
bdev      db      "Load ramdisk from [1-floppy; 2-C:\menuet.img (FAT32);"
71
bdev      db      "Load ramdisk from [1-floppy; 2-C:\kolibri.img (FAT32);"
72
          db      "                   3-use preloaded ram-image from kernel restart]: ",0
72
          db      "3-use preloaded ram-image from kernel restart]: ",0
73
not386    db      "Fatal - CPU 386+ required.",0
73
not386    db      "Fatal - CPU 386+ required.",0
74
fatalsel  db      13,10,"Error - Selected mode is not supported.",0
74
fatalsel  db      13,10,"Fatal - Graphics mode not supported by hardware.",0
75
badsect   db      13,10,186," Fatal - Bad sector. Replace floppy.",0
75
badsect   db      13,10,186," Fatal - Bad sector. Replace floppy.",0
76
memmovefailed db  13,10,186," Fatal - Int 0x15 move failed.",0
76
memmovefailed db  13,10,186," Fatal - Int 0x15 move failed.",0
77
okt       db      " ... OK"
77
okt       db      " ... OK"
78
linef     db      13,10,0
78
linef     db      13,10,0
79
diskload  db      "Loading diskette: 00 %",8,8,8,8,0
79
diskload  db      "Loading diskette: 00 %",8,8,8,8,0
Line 88... Line 88...
88
curvideo_msg db   " [a] Videomode: ",0
88
curvideo_msg db   " [a] Videomode: ",0
89
modevesa20 db     " with LFB",0
89
modevesa20 db     " with LFB",0
90
modevesa12 db     ", VESA 1.2 Bnk",0
90
modevesa12 db     ", VESA 1.2 Bnk",0
91
mode9     db      "320x200, EGA/CGA 256 colors",0
91
mode9     db      "320x200, EGA/CGA 256 colors",0
92
mode10    db      "640x480, VGA 16 colors",0
92
mode10    db      "640x480, VGA 16 colors",0
93
mtrr_msg  db      " [b] Use MTRR for graphics acceleration:",0
93
dma_msg   db      " [b] Use DMA for HDD writing:",0
94
on_msg    db      " on",13,10,0
94
on_msg    db      " on",13,10,0
95
off_msg   db      " off",13,10,0
95
off_msg   db      " off",13,10,0
96
vrrm_msg  db      " [c] Use VRR:",0
96
vrrm_msg  db      " [c] Use VRR:",0
97
preboot_device_msg db " [d] Floppy image: ",0
97
preboot_device_msg db " [d] Floppy image: ",0
98
preboot_device_msgs dw 0,pdm1-0x10000,pdm2-0x10000,pdm3-0x10000
98
preboot_device_msgs dw 0,pdm1-0x10000,pdm2-0x10000,pdm3-0x10000
99
pdm1      db      "real floppy",13,10,0
99
pdm1      db      "real floppy",13,10,0
100
pdm2      db      "C:\menuet.img (FAT32)",13,10,0
100
pdm2      db      "C:\kolibri.img (FAT32)",13,10,0
101
pdm3      db      "use already loaded image",13,10,0
101
pdm3      db      "use already loaded image",13,10,0
102
loading_msg db    "Loading KolibriOS...",0
102
loading_msg db    "Loading KolibriOS...",0
103
save_quest db     "Remember current settings? [y/n]: ",0
103
save_quest db     "Remember current settings? [y/n]: ",0
104
loader_block_error db "Bootloader data invalid, I cannot continue. Stopped.",0
104
loader_block_error db "Bootloader data invalid, I cannot continue. Stopped.",0