Files
fail-targets/arch/bochs/grub.cfg
2021-08-16 16:15:49 +02:00

8 lines
87 B
INI

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