1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-25 04:57:44 +00:00

Meta: Add EXTLINUX config

This commit is contained in:
DolphinChips 2021-05-08 17:39:03 +05:00 committed by Linus Groh
parent e7498bb918
commit c1775a908c

26
Meta/extlinux.conf Normal file
View file

@ -0,0 +1,26 @@
UI menu.c32
PROMPT 0
MENU TITLE SerenityOS Boot menu
TIMEOUT 10
DEFAULT SerenityOS
LABEL SerenityOS
MENU LABEL SerenityOS
KERNEL mboot.c32
APPEND ../Kernel root=/dev/hda1
LABEL SerenityOSText
MENU LABEL SerenityOS (text mode)
KERNEL mboot.c32
APPEND ../Kernel root=/dev/hda1 boot_mode=text
LABEL SerenityOSNoACPI
MENU LABEL SerenityOS (No ACPI)
KERNEL mboot.c32
APPEND ../Kernel root=/dev/hda1 acpi=off
LABEL SerenityOSSerialDebug
MENU LABEL SerenityOS (with serial debug)
KERNEL mboot.c32
APPEND ../Kernel root=/dev/hda1 serial_debug