Subversion Repositories Kolibri OS

Rev

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

Rev 3759 Rev 3777
Line 50... Line 50...
50
linef     db      13,10,0
50
linef     db      13,10,0
51
diskload  db      "Loading diskette: 00 %",8,8,8,8,0
51
diskload  db      "Loading diskette: 00 %",8,8,8,8,0
52
pros      db      "00"
52
pros      db      "00"
53
backspace2 db     8,8,0
53
backspace2 db     8,8,0
54
boot_dev  db      0  ; 0=floppy, 1=hd
54
boot_dev  db      0  ; 0=floppy, 1=hd
55
start_msg db      "Press [abc] 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
56
time_msg  db      " or wait "
56
time_msg  db      " or wait "
57
time_str  db      " 5 seconds"
57
time_str  db      " 5 seconds"
58
          db      " before automatical continuation",13,10,0
58
          db      " before automatical continuation",13,10,0
59
current_cfg_msg db "Current settings:",13,10,0
59
current_cfg_msg db "Current settings:",13,10,0
60
curvideo_msg db   " [a] Videomode: ",0
60
curvideo_msg db   " [a] Videomode: ",0
Line 64... Line 64...
64
 
64
 
65
usebd_msg db      " [b] Add disks visible by BIOS:",0
65
usebd_msg db      " [b] Add disks visible by BIOS:",0
66
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
67
off_msg   db      " off",13,10,0
73
ask_launcher   db "Start first app (LAUNCHER) after kernel is loaded? [1-yes, 2-no]: ",0
Line 68... Line 74...
68
 
74
 
69
preboot_device_msg db " [c] Floppy image: ",0
75
preboot_device_msg db " [e] Floppy image: ",0
70
 
76
 
71
if defined extended_primary_loader
77
if defined extended_primary_loader