corn/grub.cfg
2024-01-26 22:29:49 -05:00

8 lines
91 B
INI

set timeout=1
set default=0
menuentry "corn" {
multiboot2 /boot/kernel.bin
boot
}