Subversion Repositories Kolibri OS

Rev

Rev 2 | Go to most recent revision | Details | Compare with Previous | Last modification | View Log | RSS feed

Rev Author Line No. Line
1 ha 1
;======================================================================
2
;
3
;                           BOOT DATA
4
;
5
;======================================================================
6
 
7
macro line_full_top {
8
          db       201
9
          times    78   db 205
10
          db       187
11
}
12
macro line_full_bottom {
13
          db       200
14
          times    78   db 205
15
          db       188
16
}
17
macro line_half {
18
          db      186,' '
19
          times    76   db 0xc4
20
          db      ' ',186
21
}
22
macro line_space {
23
          db      186
24
          times   78 db 32
25
          db      186
26
}
27
d80x25:   line_full_top
28
          line_space
29
          line_space
30
          line_half
31
          line_space
32
          line_space
33
          line_space
34
          line_space
35
          line_space
36
          line_space
37
          line_space
38
          line_space
39
          line_space
40
          line_space
41
          line_space
42
          line_space
43
          line_space
44
          line_space
45
          line_space
46
          line_space
47
          line_space
48
          line_space
5 halyavin 49
;          line_space
50
          db       186,' KolibriOS based on MenuetOS and comes with ABSOLUTELY '
51
          db       'NO WARRANTY            ',186
52
          db       186,' See file COPYING for details                          '
53
          db       '                       ',186
1 ha 54
          line_full_bottom
55
 
56
novesa    db      "Display: EGA/CGA",13,10,0
57
vervesa   db      "Version of Vesa: Vesa x.x ",13,10,0
58
vervesa_off=22
59
gr_mode   db      186," Vesa 2.0+ 16 M LFB:  [1] 640x480, [2] 800x600, "
60
          db      "[3] 1024x768, [4] 1280x1024",13,10
61
          db      186," Vesa 1.2  16 M Bnk:  [5] 640x480, [6] 800x600, "
62
          db      "[7] 1024x768, [8] 1280x1024",13,10
63
          db      186," EGA/CGA   256 Colors:  [9] 320x200, "
64
          db      "VGA 16 Colors: [0]  640x480",13,10
65
          db      186," Select mode: ",0
66
bt24      db      13,10,186," Bits Per Pixel: 24",13,10,0
67
bt32      db      13,10,186," Bits Per Pixel: 32",13,10,0
68
vrrmprint db      13,10,186," Apply VRR? (picture frequency greater than 60Hz"
69
          db      " only for transfers:",13,10
70
          db      186," 1024*768->800*600 and 800*600->640*480) [1-yes,2-no]:",0
71
askmouse  db      " Mouse at:"
72
          db      " [1] PS/2 (USB), [2] Com1, [3] Com2."
73
          db      " Select port [1-3]: ",0
74
no_com1   db      13,10,186, " No COM1 mouse",0
75
no_com2   db      13,10,186, " No COM2 mouse",0
76
gr_acc    db      13,10,186," Vesa 2.0+ : MTRR graphics acceleration "
77
          db      "[1-yes/2-no] ? ",0
78
gr_direct db      186," Use direct LFB writing? "
79
          db      "[1-yes/2-no] ? ",0
80
;mem_model db      13,10,186," Motherboard memory [1-16 Mb / 2-32 Mb / "
81
;          db      "3-64Mb / 4-128 Mb / 5-256 Mb] ? ",0
82
bootlog   db      13,10,186," After bootlog display [1-continue/2-pause] ? ",0
5 halyavin 83
bdev      db      186
1 ha 84
          db      " Load ramdisk from [1-floppy; 2-C:\menuet.img (FAT32);"
85
          db      13,10,186,"                    "
86
          db      "3-use preloaded ram-image from kernel restart]: ",0
87
probetext db      13,10,13,10,186," Use standart graphics mode? [1-yes, "
88
          db      "2-probe bios (Vesa 3.0)]: ",0
89
;memokz256 db      13,10,186," RAM 256 Mb",0
90
;memokz128 db      13,10,186," RAM 128 Mb",0
91
;memokz64  db      13,10,186," RAM 64 Mb",0
92
;memokz32  db      13,10,186," RAM 32 Mb",0
93
;memokz16  db      13,10,186," RAM 16 Mb",0
94
prid      db      " pr.",0
95
prnotfnd  db      " pr. - not found.",0
96
modena    db      "Fatal - VBE 0x112+ required.",0
97
not386    db      "Fatal - CPU 386+ required.",0
98
btns      db      13,10,186,"Fatal - Can't determine color depth.",0
99
fatalsel  db      13,10,"Fatal - Graphics mode not supported by hardware.",0
100
badsect   db      13,10,186," Fatal - Bad sector. Replace floppy. ",0
101
memmovefailed db  "Fatal - Int 0x15 move failed.",0
102
linef2    db      13,10
103
linef     db      13,10,0
104
okt       db      " ... OK",0
105
keyin     db      "x",0
106
keyinbs   db      "x",8,0
107
diskload  db      13,10,186," Loading diskette: 00 %",8,8,8,8,0
108
backspace db      8,0
109
pros      db      "00",8,8,0
110
leftpr    db      186," ",0
111
boot_dev  db      0  ; 0=floppy, 1=hd