Subversion Repositories Kolibri OS

Rev

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

Rev 4265 Rev 5201
Line 53... Line 53...
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 [abcde] 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      " to continue automatically",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 61... Line 61...
61
 
61
 
62
mode0     db      "320x200, EGA/CGA 256 colors",13,10,0
62
mode0     db      "320x200, EGA/CGA 256 colors",13,10,0