finix/grub.cfg

9 lines
93 B
INI
Raw Permalink Normal View History

2023-07-16 06:54:32 +00:00
set timeout=1
set default=0
menuentry "finix" {
multiboot2 /boot/kernel.bin
boot
}