mxrox/grub.cfg

6 lines
82 B
INI

set timeout=0
set default="0"
menuentry "main" {
multiboot /boot/kernel.elf
}