vulcanos/grub.cfg

8 lines
102 B
INI

set timeout = 0
set default = 0
menuentry "VulcanOS" {
multiboot2 /boot/vulcanos.bin
boot
}