Subversion Repositories Kolibri OS

Rev

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

Rev 1065 Rev 1156
Line 58... Line 58...
58
linef     db      13,10,0
58
linef     db      13,10,0
59
diskload  db      "Loading diskette: 00 %",8,8,8,8,0
59
diskload  db      "Loading diskette: 00 %",8,8,8,8,0
60
pros      db      "00"
60
pros      db      "00"
61
backspace2 db     8,8,0
61
backspace2 db     8,8,0
62
boot_dev  db      0  ; 0=floppy, 1=hd
62
boot_dev  db      0  ; 0=floppy, 1=hd
63
start_msg db      "Press [abcd] to change settings, press [Enter] to continue booting",13,10,0
63
start_msg db      "Press [abc] to change settings, press [Enter] to continue booting",13,10,0
64
time_msg  db      " or wait "
64
time_msg  db      " or wait "
65
time_str  db      " 5 seconds"
65
time_str  db      " 5 seconds"
66
          db      " before automatical continuation",13,10,0
66
          db      " before automatical continuation",13,10,0
67
current_cfg_msg db "Current settings:",13,10,0
67
current_cfg_msg db "Current settings:",13,10,0
68
curvideo_msg db   " [a] Videomode: ",0
68
curvideo_msg db   " [a] Videomode: ",0