corn/grub.cfg
2024-01-31 21:26:55 -05:00

8 lines
85 B
INI

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