mirror of
https://github.com/SerenityOS/serenity
synced 2026-05-10 00:52:28 +02:00
18 lines
314 B
INI
18 lines
314 B
INI
timeout=1
|
|
|
|
menuentry 'SerenityOS (normal)' {
|
|
root=hd0,5
|
|
multiboot /boot/kernel root=/dev/hda5
|
|
}
|
|
|
|
menuentry 'SerenityOS (No ACPI)' {
|
|
root=hd0,5
|
|
multiboot /boot/kernel root=/dev/hda5 acpi=off
|
|
}
|
|
|
|
menuentry 'SerenityOS (with serial debug)' {
|
|
root=hd0,5
|
|
multiboot /boot/kernel serial_debug root=/dev/hda5
|
|
}
|
|
|