mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2024-11-11 01:06:01 +03:00
27 lines
564 B
INI
27 lines
564 B
INI
timeout=1
|
|
|
|
menuentry 'SerenityOS (normal)' {
|
|
root=hd0,5
|
|
multiboot /boot/Prekernel root="lun0:0:0;part3"
|
|
module /boot/Kernel
|
|
}
|
|
|
|
menuentry 'SerenityOS (text mode)' {
|
|
root=hd0,5
|
|
multiboot /boot/Prekernel graphics_subsystem_mode=off root="lun0:0:0;part3"
|
|
module /boot/Kernel
|
|
}
|
|
|
|
menuentry 'SerenityOS (No ACPI)' {
|
|
root=hd0,5
|
|
multiboot /boot/Prekernel root="lun0:0:0;part3" acpi=off
|
|
module /boot/Kernel
|
|
}
|
|
|
|
menuentry 'SerenityOS (with serial debug)' {
|
|
root=hd0,5
|
|
multiboot /boot/Prekernel serial_debug root="lun0:0:0;part3"
|
|
module /boot/Kernel
|
|
}
|
|
|