old-DasOS/prototypes-rework/syslinux.cfg

29 lines
446 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 das-os
2016-06-26 12:36:32 +00:00
MENU DEFAULT
MENU LABEL DasOS
KERNEL mboot.c32
APPEND das-os.ker
LABEL os-init
MENU DEFAULT
MENU LABEL OS Initialization Test
KERNEL mboot.c32
APPEND os-init.ker
2016-06-26 12:36:32 +00:00
LABEL video
MENU LABEL VBE Video Test
KERNEL mboot.c32
APPEND video.ker
LABEL poweroff
MENU LABEL Poweroff
KERNEL poweroff.c32