mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2024-11-11 01:06:01 +03:00
542a88a7be
Bootmode used to control framebuffers, panic behavior, and SystemServer. This patch factors framebuffer control into a separate flag. Note that the combination 'bootmode=self-test fbdev=on' leads to unexpected behavior, which can only be fixed in a later commit.
27 lines
651 B
Plaintext
27 lines
651 B
Plaintext
UI menu.c32
|
|
PROMPT 0
|
|
|
|
MENU TITLE SerenityOS Boot menu
|
|
TIMEOUT 10
|
|
DEFAULT SerenityOS
|
|
|
|
LABEL SerenityOS
|
|
MENU LABEL SerenityOS
|
|
KERNEL mboot.c32
|
|
APPEND ../Prekernel root=/dev/hda1 --- ../Kernel
|
|
|
|
LABEL SerenityOSText
|
|
MENU LABEL SerenityOS (text mode)
|
|
KERNEL mboot.c32
|
|
APPEND ../Prekernel root=/dev/hda1 fbdev=off --- ../Kernel
|
|
|
|
LABEL SerenityOSNoACPI
|
|
MENU LABEL SerenityOS (No ACPI)
|
|
KERNEL mboot.c32
|
|
APPEND ../Prekernel root=/dev/hda1 acpi=off --- ../Kernel
|
|
|
|
LABEL SerenityOSSerialDebug
|
|
MENU LABEL SerenityOS (with serial debug)
|
|
KERNEL mboot.c32
|
|
APPEND ../Prekernel root=/dev/hda1 serial_debug --- ../Kernel
|