binux-wl/targets/x86_64/iso/boot/grub/grub.cfg

7 lines
91 B
INI

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