Subversion Repositories Kolibri OS

Rev

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

Rev 599 Rev 709
Line 2... Line 2...
2
;
2
;
3
;                           BOOT DATA
3
;                           BOOT DATA
4
;
4
;
5
;======================================================================
5
;======================================================================
Line 6... Line 6...
6
 
6
 
Line 7... Line 7...
7
$Revision: 599 $
7
$Revision: 709 $
8
 
8
 
9
 
9
 
Line 34... Line 34...
34
;askmouse  db      " Mouse at:"
34
;askmouse  db      " Mouse at:"
35
;          db      " [1] PS/2 (USB), [2] Com1, [3] Com2."
35
;          db      " [1] PS/2 (USB), [2] Com1, [3] Com2."
36
;          db      " Select port [1-3]: ",0
36
;          db      " Select port [1-3]: ",0
37
;no_com1   db      13,10,186, " No COM1 mouse",0
37
;no_com1   db      13,10,186, " No COM1 mouse",0
38
;no_com2   db      13,10,186, " No COM2 mouse",0         
38
;no_com2   db      13,10,186, " No COM2 mouse",0         
39
ask_dma   db      "Use DMA for HDD access? [1-yes, 2-only for reading, 3-no]: ",0
39
;ask_dma   db      "Use DMA for HDD access? [1-yes, 2-only for reading, 3-no]: ",0
-
 
40
ask_bd     db      "Add disks visible by BIOS emulated in V86-mode? [1-yes, 2-no]: ",0
40
;gr_direct db      186," Use direct LFB writing? "
41
;gr_direct db      186," Use direct LFB writing? "
41
;          db      "[1-yes/2-no] ? ",0
42
;          db      "[1-yes/2-no] ? ",0
42
;mem_model db      13,10,186," Motherboard memory [1-16 Mb / 2-32 Mb / "
43
;mem_model db      13,10,186," Motherboard memory [1-16 Mb / 2-32 Mb / "
43
;          db      "3-64Mb / 4-128 Mb / 5-256 Mb] ? ",0
44
;          db      "3-64Mb / 4-128 Mb / 5-256 Mb] ? ",0
44
;bootlog   db      13,10,186," After bootlog display [1-continue/2-pause] ? ",0
45
;bootlog   db      13,10,186," After bootlog display [1-continue/2-pause] ? ",0
Line 82... Line 83...
82
modevesa12 db     ", VESA 1.2 Bnk",0
83
modevesa12 db     ", VESA 1.2 Bnk",0
83
mode9     db      "320x200, EGA/CGA 256 colors",0
84
mode9     db      "320x200, EGA/CGA 256 colors",0
84
mode10    db      "640x480, VGA 16 colors",0
85
mode10    db      "640x480, VGA 16 colors",0
85
probeno_msg db    " (standard mode)",0
86
probeno_msg db    " (standard mode)",0
86
probeok_msg db    " (check nonstandard modes)",0
87
probeok_msg db    " (check nonstandard modes)",0
87
dma_msg   db      " [b] Use DMA for HDD access:",0
88
;dma_msg   db      " [b] Use DMA for HDD access:",0
-
 
89
usebd_msg db      " [b] Add disks visible by BIOS:",0
88
on_msg    db      " on",13,10,0
90
on_msg    db      " on",13,10,0
89
off_msg   db      " off",13,10,0
91
off_msg   db      " off",13,10,0
90
readonly_msg db   " only for reading",13,10,0
92
;readonly_msg db   " only for reading",13,10,0
91
vrrm_msg  db      " [c] Use VRR:",0
93
vrrm_msg  db      " [c] Use VRR:",0
92
preboot_device_msg db " [d] Floppy image: ",0
94
preboot_device_msg db " [d] Floppy image: ",0
93
preboot_device_msgs dw 0,pdm1,pdm2,pdm3
95
preboot_device_msgs dw 0,pdm1,pdm2,pdm3
94
pdm1      db      "real floppy",13,10,0
96
pdm1      db      "real floppy",13,10,0
95
pdm2      db      "C:\kolibri.img (FAT32)",13,10,0
97
pdm2      db      "C:\kolibri.img (FAT32)",13,10,0