Subversion Repositories Kolibri OS

Rev

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

Rev 1703 Rev 1941
Line 9... Line 9...
9
;
9
;
10
;                           BOOT DATA
10
;                           BOOT DATA
11
;
11
;
12
;======================================================================
12
;======================================================================
Line 13... Line 13...
13
 
13
 
Line 14... Line 14...
14
$Revision: 1703 $
14
$Revision: 1941 $
15
 
15
 
16
 
16
 
17
d80x25_bottom:
17
;d80x25_bottom:
18
	  db	   186,' KolibriOS is based on MenuetOS and comes with ABSOLUTELY '
18
;         db       186,' KolibriOS is based on MenuetOS and comes with ABSOLUTELY '
19
	  db	   'NO WARRANTY         ',186
19
;         db       'NO WARRANTY         ',186
20
	  db	   186,' See file COPYING for details                             '
20
;         db       186,' See file COPYING for details                             '
Line 21... Line 21...
21
	  db	   '                    ',186
21
;         db       '                    ',186
22
	  line_full_bottom
22
;         line_full_bottom
23
d80x25_bottom_num = 3
23
;d80x25_bottom_num = 3
24
 
24
 
25
msg_apm   db	  " APM x.x ", 0
25
;msg_apm   db     " APM x.x ", 0
Line 26... Line 26...
26
vervesa   db	  "Version of Vesa: Vesa x.x",13,10,0
26
;vervesa   db     "Version of Vesa: Vesa x.x",13,10,0
Line 27... Line 27...
27
;novesa    db      "Display: EGA/CGA",13,10,0
27
;novesa    db      "Display: EGA/CGA",13,10,0
28
s_vesa	  db	  "Version of VESA: "
28
;s_vesa   db      "Version of VESA: "
Line 46... Line 46...
46
;          db      "2-probe bios (Vesa 3.0)]: ",0
46
;          db      "2-probe bios (Vesa 3.0)]: ",0
47
;prnotfnd  db      "Fatal - Videomode not found.",0
47
;prnotfnd  db      "Fatal - Videomode not found.",0
48
;btns      db      "Fatal - Can't determine color depth.",0
48
;btns      db      "Fatal - Can't determine color depth.",0
49
;badsect   db      13,10,186," Fatal - Bad sector. Replace floppy.",0
49
;badsect   db      13,10,186," Fatal - Bad sector. Replace floppy.",0
50
;memmovefailed db  13,10,186," Fatal - Int 0x15 move failed.",0
50
;memmovefailed db  13,10,186," Fatal - Int 0x15 move failed.",0
51
okt	  db	  " ... OK"
51
;okt      db      " ... OK"
52
linef	  db	  13,10,0
52
;linef    db      13,10,0
53
diskload  db	  "Loading diskette: 00 %",8,8,8,8,0
53
;diskload  db     "Loading diskette: 00 %",8,8,8,8,0
54
pros	  db	  "00"
54
;pros     db      "00"
55
backspace2 db	  8,8,0
55
;backspace2 db    8,8,0
56
boot_dev  db	  0  ; 0=floppy, 1=hd
56
boot_dev  db	  0  ; 0=floppy, 1=hd
57
;start_msg db      "Press [abcd] to change settings, press [Enter] to continue booting",13,10,0
57
;start_msg db      "Press [abcd] to change settings, press [Enter] to continue booting",13,10,0
58
;time_msg  db      " or wait "
58
;time_msg  db      " or wait "
59
;time_str  db      " 5 seconds"
59
;time_str  db      " 5 seconds"
60
;          db      " before automatical continuation",13,10,0
60
;          db      " before automatical continuation",13,10,0
61
;current_cfg_msg db "cfgmanager.printcfg reached",13,10,0
61
;current_cfg_msg db "cfgmanager.printcfg reached",13,10,0
62
;curvideo_msg db   " [a] Videomode: ",0
62
;curvideo_msg db   " [a] Videomode: ",0
Line 63... Line 63...
63
 
63
 
64
loading_msg db	  "Loading KolibriOS...",0
64
;loading_msg db    "Loading KolibriOS...",0
65
;save_quest db     "Remember current settings? [y/n]: ",0
65
;save_quest db     "Remember current settings? [y/n]: ",0