windows/arch/x86_64/grub.cfg

7 lines
105 B
INI

set timeout=0
set default=0
menuentry "wukkOS basic kernel" {
multiboot2 /boot/wukkOS.bin
boot
}