currsos/grub.cfg

8 lines
96 B
INI
Raw Permalink Normal View History

2018-12-04 06:29:45 +00:00
set timeout=0
set default=0
menuentry "curros" {
multiboot2 /kernel.elf
module2 /hello.elf
}