pluto/grub/grub.cfg
Sam Tebbs 47f68ceb9c Start using the zig build system
Start using zig build system
2019-05-03 23:35:00 +01:00

7 lines
152 B
INI

set timeout=0 # How long grub should wait before booting default menu entry
set default=0
menuentry "pluto" {
multiboot /boot/pluto.elf
boot
}