Subversion Repositories Kolibri OS

Rev

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

Rev 29 Rev 40
Line 60... Line 60...
60
          db      186," Vesa 1.2  16 M Bnk:  [5] 640x480, [6] 800x600, "
60
          db      186," Vesa 1.2  16 M Bnk:  [5] 640x480, [6] 800x600, "
61
          db      "[7] 1024x768, [8] 1280x1024",13,10
61
          db      "[7] 1024x768, [8] 1280x1024",13,10
62
          db      186," EGA/CGA   256 Colors:  [9] 320x200, "
62
          db      186," EGA/CGA   256 Colors:  [9] 320x200, "
63
          db      "VGA 16 Colors: [0]  640x480",13,10
63
          db      "VGA 16 Colors: [0]  640x480",13,10
64
          db      186," Select mode: ",0
64
          db      186," Select mode: ",0
65
bt24      db      13,10,186," Bits Per Pixel: 24",13,10,0
65
bt24      db      "Bits Per Pixel: 24",13,10,0
66
bt32      db      13,10,186," Bits Per Pixel: 32",13,10,0
66
bt32      db      "Bits Per Pixel: 32",13,10,0
67
vrrmprint db      13,10,186," 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
askmouse  db      " Mouse at:"
70
;askmouse  db      " Mouse at:"
71
          db      " [1] PS/2 (USB), [2] Com1, [3] Com2."
71
;          db      " [1] PS/2 (USB), [2] Com1, [3] Com2."
72
          db      " Select port [1-3]: ",0
72
;          db      " Select port [1-3]: ",0
73
no_com1   db      13,10,186, " No COM1 mouse",0
73
;no_com1   db      13,10,186, " No COM1 mouse",0
74
no_com2   db      13,10,186, " No COM2 mouse",0         
74
;no_com2   db      13,10,186, " No COM2 mouse",0         
75
gr_acc    db      13,10,186," Vesa 2.0+ : MTRR graphics acceleration "
75
gr_acc    db      "Vesa 2.0+ : MTRR graphics acceleration "
76
          db      "[1-yes/2-no] ? ",0
-
 
77
gr_direct db      186," Use direct LFB writing? "
-
 
78
          db      "[1-yes/2-no] ? ",0
76
          db      "[1-yes/2-no] ? ",0
-
 
77
;gr_direct db      186," Use direct LFB writing? "
-
 
78
;          db      "[1-yes/2-no] ? ",0
79
;mem_model db      13,10,186," Motherboard memory [1-16 Mb / 2-32 Mb / "
79
;mem_model db      13,10,186," Motherboard memory [1-16 Mb / 2-32 Mb / "
80
;          db      "3-64Mb / 4-128 Mb / 5-256 Mb] ? ",0
80
;          db      "3-64Mb / 4-128 Mb / 5-256 Mb] ? ",0
81
bootlog   db      13,10,186," After bootlog display [1-continue/2-pause] ? ",0
81
;bootlog   db      13,10,186," After bootlog display [1-continue/2-pause] ? ",0
82
bdev      db      186
-
 
83
          db      " Load ramdisk from [1-floppy; 2-C:\menuet.img (FAT32);"
82
bdev      db      "Load ramdisk from [1-floppy; 2-C:\menuet.img (FAT32);"
84
          db      13,10,186,"                    "
83
          db      13,10,186,"                    "
85
          db      "3-use preloaded ram-image from kernel restart]: ",0
84
          db      "3-use preloaded ram-image from kernel restart]: ",0
86
probetext db      13,10,13,10,186," Use standart graphics mode? [1-yes, "
85
probetext db      13,10,13,10,186," Use standart graphics mode? [1-yes, "
87
          db      "2-probe bios (Vesa 3.0)]: ",0
86
          db      "2-probe bios (Vesa 3.0)]: ",0
88
;memokz256 db      13,10,186," RAM 256 Mb",0
87
;memokz256 db      13,10,186," RAM 256 Mb",0
89
;memokz128 db      13,10,186," RAM 128 Mb",0
88
;memokz128 db      13,10,186," RAM 128 Mb",0
90
;memokz64  db      13,10,186," RAM 64 Mb",0
89
;memokz64  db      13,10,186," RAM 64 Mb",0
91
;memokz32  db      13,10,186," RAM 32 Mb",0
90
;memokz32  db      13,10,186," RAM 32 Mb",0
92
;memokz16  db      13,10,186," RAM 16 Mb",0
91
;memokz16  db      13,10,186," RAM 16 Mb",0
93
prnotfnd  db      " pr. - not found.",0
92
prnotfnd  db      "Fatal - Videomode not found.",0
94
modena    db      "Fatal - VBE 0x112+ required.",0
93
;modena    db      "Fatal - VBE 0x112+ required.",0
95
not386    db      "Fatal - CPU 386+ required.",0
94
not386    db      "Fatal - CPU 386+ required.",0
96
btns      db      13,10,186,"Fatal - Can't determine color depth.",0
95
btns      db      "Fatal - Can't determine color depth.",0
97
fatalsel  db      13,10,"Fatal - Graphics mode not supported by hardware.",0
96
fatalsel  db      "Fatal - Graphics mode not supported by hardware.",0
98
badsect   db      13,10,186," Fatal - Bad sector. Replace floppy. ",0
97
badsect   db      13,10,186," Fatal - Bad sector. Replace floppy.",0
99
memmovefailed db  "Fatal - Int 0x15 move failed.",0
98
memmovefailed db  13,10,186," Fatal - Int 0x15 move failed.",0
100
okt       db      " ... OK"
99
okt       db      " ... OK"
101
linef     db      13,10,0
100
linef     db      13,10,0
102
diskload  db      13,10,186," Loading diskette: 00 %",8,8,8,8,0
101
diskload  db      "Loading diskette: 00 %",8,8,8,8,0
103
backspace db      8,0
102
pros      db      "00"
104
pros      db      "00",8,8,0
103
backspace2 db     8,8,0
105
boot_dev  db      0  ; 0=floppy, 1=hd
104
boot_dev  db      0  ; 0=floppy, 1=hd
106
start_msg db      "Press [abcd] to change settings, press [Enter] to continue booting",13,10,0
105
start_msg db      "Press [abcd] to change settings, press [Enter] to continue booting",13,10,0
107
time_msg  db      " or wait "
106
time_msg  db      " or wait "
108
time_str  db      " 5 seconds"
107
time_str  db      " 5 seconds"
109
          db      " before automatical continuation",13,10,0
108
          db      " before automatical continuation",13,10,0