corn/grub.cfg
2024-01-31 13:11:47 -05:00

8 lines
85 B
INI

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