Subversion Repositories Kolibri OS

Rev

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

Rev 3555 Rev 3908
Line 13... Line 13...
13
 
13
 
Line 14... Line 14...
14
$Revision: 2455 $
14
$Revision: 2455 $
15
 
15
 
16
 
-
 
17
d80x25_bottom:
-
 
18
          db       186,' KolibriOS is based on MenuetOS and comes with ABSOLUTELY '
16
 
19
          db       'NO WARRANTY         ',186
17
d80x25_bottom:
20
          db       186,' See file COPYING for details                             '
18
          db       186,' KolibriOS comes with ABSOLUTELY NO WARRANTY. See file COP'
Line 21... Line 19...
21
          db       '                    ',186
19
          db       'YING for details    ',186
22
          line_full_bottom
20
          line_full_bottom
23
d80x25_bottom_num = 3
21
d80x25_bottom_num = 2
24
 
22
 
Line 52... Line 50...
52
linef     db      13,10,0
50
linef     db      13,10,0
53
diskload  db      "Loading diskette: 00 %",8,8,8,8,0
51
diskload  db      "Loading diskette: 00 %",8,8,8,8,0
54
pros      db      "00"
52
pros      db      "00"
55
backspace2 db     8,8,0
53
backspace2 db     8,8,0
56
boot_dev  db      0  ; 0=floppy, 1=hd
54
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
55
start_msg db      "Press [abcde] to change settings, press [Enter] to continue booting",13,10,0
58
time_msg  db      " or wait "
56
time_msg  db      " or wait "
59
time_str  db      " 5 seconds"
57
time_str  db      " 5 seconds"
60
          db      " before automatical continuation",13,10,0
58
          db      " before automatical continuation",13,10,0
61
current_cfg_msg db "Current settings:",13,10,0
59
current_cfg_msg db "Current settings:",13,10,0
62
curvideo_msg db   " [a] Videomode: ",0
60
curvideo_msg db   " [a] Videomode: ",0
Line 66... Line 64...
66
 
64
 
67
usebd_msg db      " [b] Add disks visible by BIOS:",0
65
usebd_msg db      " [b] Add disks visible by BIOS:",0
68
on_msg    db      " on",13,10,0
66
on_msg    db      " on",13,10,0
Line -... Line 67...
-
 
67
off_msg   db      " off",13,10,0
-
 
68
 
-
 
69
debug_mode_msg db " [c] Duplicate debug output to the screen:",0
-
 
70
ask_debug      db "Duplicate debug output to the screen? [1-yes, 2-no]: ",0
-
 
71
 
-
 
72
launcher_msg   db " [d] Start LAUNCHER after kernel is loaded:",0
69
off_msg   db      " off",13,10,0
73
ask_launcher   db "Start first application (LAUNCHER) after kernel is loaded? [1-yes, 2-no]: ",0
Line 70... Line 74...
70
 
74
 
71
preboot_device_msg db " [c] Floppy image: ",0
75
preboot_device_msg db " [e] Floppy image: ",0
72
 
76
 
73
if defined extended_primary_loader
77
if defined extended_primary_loader