ladybird/Kernel/grub.cfg

12 lines
213 B
INI
Raw Normal View History

timeout=1
2019-12-29 18:08:02 +00:00
menuentry 'SerenityOS (normal)' {
root=hd0,1
multiboot /boot/kernel root=/dev/hda1
}
2019-12-29 18:08:02 +00:00
menuentry 'SerenityOS (with serial debug)' {
root=hd0,1
multiboot /boot/kernel serial_debug root=/dev/hda1
}