-
Notifications
You must be signed in to change notification settings - Fork 1
/
BOOTENG.INC
216 lines (138 loc) · 3.5 KB
/
BOOTENG.INC
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
;;
;; Bootdata.inc (c) Ville Turjanmaa
;; License: GPL. See file copying for details.
;;
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
macro line_full_top {
db 201
times 78 db 205
db 187
}
macro line_full_bottom {
db 200
times 78 db 205
db 188
}
macro line_half {
db 186,' '
times 76 db 0xc4
db ' ',186
}
macro line_space {
db 186
times 78 db 32
db 186
}
d80x25:
line_full_top
line_space
line_space
line_half
line_space
line_space
line_space
line_space
line_space
line_space
line_space
line_space
line_space
line_space
line_space
line_space
line_space
line_space
line_space
line_space
line_space
line_space
line_space
db 186,' MenuetOS comes with ABSOLUTELY NO WARR'
db 'ANTY; See file COPYING for details ',186
line_full_bottom
novesa:
db "Display: EGA/CGA",13,10,0
vervesa:
db "Display bios: Vesa x.x ",13,10,0
video_md:
gr_mode:
db 186," Vesa 2.0+ 16 M LFB: [1] 640x480, [2] 800x600, "
db "[3] 1024x768, [4] 1280x1024",13,10
db 186," Vesa 1.2 16 M Bnk: [5] 640x480, [6] 800x600, "
db "[7] 1024x768, [8] 1280x1024",13,10
db 186," EGA/CGA 256 Cols: [9] 320x200, "
db "VGA 16 Cols: [0] 640x480",13,10
db 186," Select mode ? ",0
bt24:
db " BPP:24",13,10,0
bt32:
db " BPP:32",13,10,0
mouse_md:
askmouse:
db 13,10,186," Mouse at:"
db " [1] PS/2 (USB), [2] Com1, [3] Com2."
db " Select port [1-3] ? ",0
accel_md:
gr_acc:
db 13,10,186," Vesa 2.0+ : MTRR graphics acceleration "
db "[1-yes/2-no] ? ",0
gr_direct:
db 186," Direct LFB write, paging disabled "
db "[1-yes/2-no] ? ",0
ram_szcd:
mem_model:
db 13,10,186," RAM in MB's [1-32 / "
db "2-64 / 3-128 / 4-256 /"
db " 5-512 / 6-1024 / 7-2048] ? ",0
bootlog:
db 13,10,186," After bootlog display [1-continue/2-pause] ? ",0
boot_md:
bdev:
db 13,10,186
db " Load disk image from [1-floppy (default) / "
db "2-hd/msetup.exe (hdboot.txt)] ? ",0
db 13,10,186," "
db "3-use preloaded ram-image from kernel restart] ? ",0
probe_md:
probetext:
db 13,10,13,10,186," Use preset graphics mode [1-yes, "
db "2-probe bios (Vesa 3.0)] ? ",0
prid:
db " pr:",0
prnotfnd:
db " pr. - not found.",0
modena:
db "Fatal - VBE 0x112+ required.",0
not386:
db "Fatal - CPU 386+ required.",0
btns:
db 13,10,186," Fatal - 24 or 32 bpp.",0
memmovefailed:
db "Fatal - Int 0x15 move failed.",0
fatalsel:
db 13,10,"Fatal - Graphics mode not supported by hardware.",0
badsect:
db 13,10,186," Fatal - Bad sector. Replace floppy. ",0
badcalc:
db "Fatal - Sector calculation. Format floppy. ",0
linef2:
db 13,10
linef:
db 13,10,0
okt:
db " ... OK",0
keyin:
db "x",0
keyinbs:
db "x",8,0
diskload:
db 13,10,"º Updating floppy cache: 00 %",8,8,8,8,0
backspace:
db 8,0
pros:
db "00",8,8,0
leftpr:
db 186," ",0
boot_dev:
db 0 ; 0=floppy, 1=hd