Files
failnix/targets/grub.cfg

8 lines
87 B
INI

set timeout=0
set default=0
menuentry "CoRedOS" {
multiboot /boot/system.elf
boot
}