old-DasOS/prototypes-rework/syslinux.cfg

23 lines
347 B
INI
Raw Normal View History

2016-06-26 12:36:32 +00:00
DEFAULT menu.c32
prompt 0
MENU TITLE DasOS Boot Menu
MENU AUTOBOOT Starting DasOS in # seconds
TIMEOUT 300
TOTALTIMEOUT 9000
LABEL dasos
MENU DEFAULT
MENU LABEL DasOS
KERNEL mboot.c32
APPEND kernel-base.ker
LABEL video
MENU LABEL VBE Video Test
KERNEL mboot.c32
APPEND video.ker
LABEL poweroff
MENU LABEL Poweroff
KERNEL poweroff.c32