blob: 1b4534d88d9b3e6cf907f9c38a23dbdab02648f9 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
timeout=1
menuentry 'SerenityOS (normal)' {
root=hd0,1
multiboot /boot/kernel root=/dev/hda1
}
menuentry 'SerenityOS (with serial debug)' {
root=hd0,1
multiboot /boot/kernel serial_debug root=/dev/hda1
}
|