currsos/grub.cfg

8 lines
96 B
INI

set timeout=0
set default=0
menuentry "curros" {
multiboot2 /kernel.elf
module2 /hello.elf
}