trios/grub.cfg

8 lines
92 B
INI

set timeout=1
set default=0
menuentry "trios" {
multiboot2 /boot/kernel.bin
boot
}