Subversion Repositories Kolibri OS

Rev

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

Rev 3539 Rev 3757
Line 52... Line 52...
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 [abc] 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 "Current settings:",13,10,0
61
current_cfg_msg db "Current settings:",13,10,0
62
curvideo_msg db   " [a] Videomode: ",0
62
curvideo_msg db   " [a] Videomode: ",0