Files
failnix/targets/grub.cfg
T
2026-03-12 01:42:34 +01:00

8 lines
87 B
INI

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