Subversion Repositories Kolibri OS

Rev

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

Rev 715 Rev 716
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: 715 $
7
$Revision: 716 $
8
 
8
 
9
 
9
 
10
d80x25_bottom:
10
d80x25_bottom:
11
          db       186,' KolibriOS based on MenuetOS and comes with ABSOLUTELY '
11
          db       186,' KolibriOS is based on MenuetOS and comes with ABSOLUTELY '
12
          db       'NO WARRANTY            ',186
12
          db       'NO WARRANTY            ',186
13
          db       186,' See file COPYING for details                          '
13
          db       186,' See file COPYING for details                          '
Line 19... Line 19...
19
vervesa   db      "Version of Vesa: Vesa x.x",13,10,0
19
vervesa   db      "Version of Vesa: Vesa x.x",13,10,0
20
novesa    db      "Display: EGA/CGA",13,10,0
20
novesa    db      "Display: EGA/CGA",13,10,0
21
s_vesa    db      "Version of VESA: "
21
s_vesa    db      "Version of VESA: "
22
  .ver    db      "?.?",13,10,0
22
  .ver    db      "?.?",13,10,0
Line 23... Line 23...
23
 
23
 
24
gr_mode   db      "You will choose a video of mode: ",13,10,0
24
gr_mode   db      "Select a vedeomode: ",13,10,0
25
;s_bpp     db      13,10,186," ƒ«ã¡¨­  梥â : "
25
;s_bpp     db      13,10,186," ƒ«ã¡¨­  梥â : "
26
;  .bpp    dw      "??"
26
;  .bpp    dw      "??"
Line 27... Line 27...
27
;          db      13,10,0
27
;          db      13,10,0
Line 48... Line 48...
48
prnotfnd  db      "Fatal - Videomode not found.",0
48
prnotfnd  db      "Fatal - Videomode not found.",0
49
;modena    db      "Fatal - VBE 0x112+ required.",0
49
;modena    db      "Fatal - VBE 0x112+ required.",0
50
not386    db      "Fatal - CPU 386+ required.",0
50
not386    db      "Fatal - CPU 386+ required.",0
51
btns      db      "Fatal - Can't determine color depth.",0
51
btns      db      "Fatal - Can't determine color depth.",0
52
fatalsel  db      "Fatal - Graphics mode not supported by hardware.",0
52
fatalsel  db      "Fatal - Graphics mode not supported by hardware.",0
53
pres_key  db      "Press any key to choose a new video of mode.",0
53
pres_key  db      "Press any key to choose a new videomode.",0
54
badsect   db      13,10,186," Fatal - Bad sector. Replace floppy.",0
54
badsect   db      13,10,186," Fatal - Bad sector. Replace floppy.",0
55
memmovefailed db  13,10,186," Fatal - Int 0x15 move failed.",0
55
memmovefailed db  13,10,186," Fatal - Int 0x15 move failed.",0
56
okt       db      " ... OK"
56
okt       db      " ... OK"
57
linef     db      13,10,0
57
linef     db      13,10,0
58
diskload  db      "Loading diskette: 00 %",8,8,8,8,0
58
diskload  db      "Loading diskette: 00 %",8,8,8,8,0