42-archive/kernel-rs/src/arch/x86/grub.cfg

7 lines
94 B
INI

set timeout=0
set default=0
menuentry "Blue Snow" {
multiboot2 /boot/bluesnow
boot
}