Subversion Repositories Kolibri OS

Rev

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

Rev 437 Rev 465
Line 1... Line 1...
1
$Revision: 437 $
1
$Revision: 465 $
2
;======================================================================
2
;======================================================================
3
;
3
;
4
;                           BOOT DATA
4
;                           BOOT DATA
5
;
5
;
6
;======================================================================
6
;======================================================================
Line 71... Line 71...
71
curvideo_msg db   " [a] Videomode: ",0
71
curvideo_msg db   " [a] Videomode: ",0
72
mode1     db      "640x480",0
72
mode1     db      "640x480",0
73
mode2     db      "800x600",0
73
mode2     db      "800x600",0
74
mode3     db      "1024x768",0
74
mode3     db      "1024x768",0
75
mode4     db      "1280x1024",0
75
mode4     db      "1280x1024",0
76
modes_msg dw mode4-0x10000,mode1-0x10000,mode2-0x10000,mode3-0x10000
76
modes_msg dw mode4,mode1,mode2,mode3
77
modevesa20 db     " with LFB",0
77
modevesa20 db     " with LFB",0
78
modevesa12 db     ", VESA 1.2 Bnk",0
78
modevesa12 db     ", VESA 1.2 Bnk",0
79
mode9     db      "320x200, EGA/CGA 256 colors",0
79
mode9     db      "320x200, EGA/CGA 256 colors",0
80
mode10    db      "640x480, VGA 16 colors",0
80
mode10    db      "640x480, VGA 16 colors",0
81
probeno_msg db    " (standard mode)",0
81
probeno_msg db    " (standard mode)",0
Line 83... Line 83...
83
dma_msg   db      " [b] Use DMA for HDD writing:",0
83
dma_msg   db      " [b] Use DMA for HDD writing:",0
84
on_msg    db      " on",13,10,0
84
on_msg    db      " on",13,10,0
85
off_msg   db      " off",13,10,0
85
off_msg   db      " off",13,10,0
86
vrrm_msg  db      " [c] Use VRR:",0
86
vrrm_msg  db      " [c] Use VRR:",0
87
preboot_device_msg db " [d] Floppy image: ",0
87
preboot_device_msg db " [d] Floppy image: ",0
88
preboot_device_msgs dw 0,pdm1-0x10000,pdm2-0x10000,pdm3-0x10000
88
preboot_device_msgs dw 0,pdm1,pdm2,pdm3
89
pdm1      db      "real floppy",13,10,0
89
pdm1      db      "real floppy",13,10,0
90
pdm2      db      "C:\kolibri.img (FAT32)",13,10,0
90
pdm2      db      "C:\kolibri.img (FAT32)",13,10,0
91
pdm3      db      "use already loaded image",13,10,0
91
pdm3      db      "use already loaded image",13,10,0
92
loading_msg db    "Loading KolibriOS...",0
92
loading_msg db    "Loading KolibriOS...",0
93
save_quest db     "Remember current settings? [y/n]: ",0
93
save_quest db     "Remember current settings? [y/n]: ",0