finix/grub.cfg
Tyler Murphy fbf131b5c0 initial
2023-07-16 02:54:32 -04:00

9 lines
93 B
INI

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