mirror of
https://github.com/RGBCube/serenity
synced 2025-05-31 19:18:12 +00:00
17 lines
314 B
INI
17 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
|
|
}
|
|
|