Files
OwOS/iso/boot/grub/grub.cfg
2019-04-24 21:28:33 +01:00

8 lines
91 B
INI

set timeout=0
set default=0
menuentry "OwOS v0.01" {
multiboot /boot/OwOS.bin
boot
}