corn/grub.cfg
2024-02-02 16:41:19 -05:00

10 lines
136 B
INI

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