Subversion Repositories Kolibri OS

Rev

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

Rev 387 Rev 401
Line 110... Line 110...
110
curvideo_msg db   " [a] Videomode: ",0
110
curvideo_msg db   " [a] Videomode: ",0
111
mode1     db      "640x480",0
111
mode1     db      "640x480",0
112
mode2     db      "800x600",0
112
mode2     db      "800x600",0
113
mode3     db      "1024x768",0
113
mode3     db      "1024x768",0
114
mode4     db      "1280x1024",0
114
mode4     db      "1280x1024",0
115
modes_msg dw mode4-0x10000,mode1-0x10000,mode2-0x10000,mode3-0x10000
115
modes_msg dw mode4,mode1,mode2,mode3
116
modevesa20 db     " with LFB",0
116
modevesa20 db     " with LFB",0
117
modevesa12 db     ", VESA 1.2 Bnk",0
117
modevesa12 db     ", VESA 1.2 Bnk",0
118
mode9     db      "320x200, EGA/CGA 256 colors",0
118
mode9     db      "320x200, EGA/CGA 256 colors",0
119
mode10    db      "640x480, VGA 16 colors",0
119
mode10    db      "640x480, VGA 16 colors",0
120
probeno_msg db    " (standard mode)",0
120
probeno_msg db    " (standard mode)",0
Line 122... Line 122...
122
dma_msg   db      " [b] Use DMA for HDD writing:",0
122
dma_msg   db      " [b] Use DMA for HDD writing:",0
123
on_msg    db      " on",13,10,0
123
on_msg    db      " on",13,10,0
124
off_msg   db      " off",13,10,0
124
off_msg   db      " off",13,10,0
125
vrrm_msg  db      " [c] Use VRR:",0
125
vrrm_msg  db      " [c] Use VRR:",0
126
preboot_device_msg db " [d] Floppy image: ",0
126
preboot_device_msg db " [d] Floppy image: ",0
127
preboot_device_msgs dw 0,pdm1-0x10000,pdm2-0x10000,pdm3-0x10000
127
preboot_device_msgs dw 0,pdm1,pdm2,pdm3
128
pdm1      db      "real floppy",13,10,0
128
pdm1      db      "real floppy",13,10,0
129
pdm2      db      "C:\kolibri.img (FAT32)",13,10,0
129
pdm2      db      "C:\kolibri.img (FAT32)",13,10,0
130
pdm3      db      "use already loaded image",13,10,0
130
pdm3      db      "use already loaded image",13,10,0
131
loading_msg db    "Loading KolibriOS...",0
131
loading_msg db    "Loading KolibriOS...",0
132
save_quest db     "Remember current settings? [y/n]: ",0
132
save_quest db     "Remember current settings? [y/n]: ",0