mirror of
https://github.com/SerenityOS/serenity.git
synced 2025-01-24 10:22:05 -05:00
11 lines
213 B
INI
11 lines
213 B
INI
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
|
|
}
|