Subversion Repositories Kolibri OS

Rev

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

Rev 465 Rev 514
Line 1... Line 1...
1
$Revision: 465 $
1
$Revision: 514 $
2
;======================================================================
2
;======================================================================
3
;
3
;
4
;                           BOOT DATA
4
;                           BOOT DATA
5
;
5
;
6
;======================================================================
6
;======================================================================
Line 32... Line 32...
32
;askmouse  db      " Mouse at:"
32
;askmouse  db      " Mouse at:"
33
;          db      " [1] PS/2 (USB), [2] Com1, [3] Com2."
33
;          db      " [1] PS/2 (USB), [2] Com1, [3] Com2."
34
;          db      " Select port [1-3]: ",0
34
;          db      " Select port [1-3]: ",0
35
;no_com1   db      13,10,186, " No COM1 mouse",0
35
;no_com1   db      13,10,186, " No COM1 mouse",0
36
;no_com2   db      13,10,186, " No COM2 mouse",0         
36
;no_com2   db      13,10,186, " No COM2 mouse",0         
37
ask_dma   db      "Use DMA for HDD writing? [1-yes/2-no]: ",0
37
ask_dma   db      "Use DMA for HDD access? [1-yes, 2-only for reading, 3-no]: ",0
38
;gr_direct db      186," Use direct LFB writing? "
38
;gr_direct db      186," Use direct LFB writing? "
39
;          db      "[1-yes/2-no] ? ",0
39
;          db      "[1-yes/2-no] ? ",0
40
;mem_model db      13,10,186," Motherboard memory [1-16 Mb / 2-32 Mb / "
40
;mem_model db      13,10,186," Motherboard memory [1-16 Mb / 2-32 Mb / "
41
;          db      "3-64Mb / 4-128 Mb / 5-256 Mb] ? ",0
41
;          db      "3-64Mb / 4-128 Mb / 5-256 Mb] ? ",0
42
;bootlog   db      13,10,186," After bootlog display [1-continue/2-pause] ? ",0
42
;bootlog   db      13,10,186," After bootlog display [1-continue/2-pause] ? ",0
Line 78... Line 78...
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
82
probeok_msg db    " (check nonstandard modes)",0
82
probeok_msg db    " (check nonstandard modes)",0
83
dma_msg   db      " [b] Use DMA for HDD writing:",0
83
dma_msg   db      " [b] Use DMA for HDD access:",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
readonly_msg db   " only for reading",13,10,0
86
vrrm_msg  db      " [c] Use VRR:",0
87
vrrm_msg  db      " [c] Use VRR:",0
87
preboot_device_msg db " [d] Floppy image: ",0
88
preboot_device_msg db " [d] Floppy image: ",0
88
preboot_device_msgs dw 0,pdm1,pdm2,pdm3
89
preboot_device_msgs dw 0,pdm1,pdm2,pdm3
89
pdm1      db      "real floppy",13,10,0
90
pdm1      db      "real floppy",13,10,0
90
pdm2      db      "C:\kolibri.img (FAT32)",13,10,0
91
pdm2      db      "C:\kolibri.img (FAT32)",13,10,0