ladybird/Kernel/grub.cfg
2019-06-02 12:52:40 +02:00

7 lines
91 B
INI

timeout=0
menuentry 'Serenity' {
root=hd0,1
multiboot /boot/kernel Hello from grub!
}