os/iso/boot/grub/grub.cfg
2019-04-25 15:46:48 -05:00

7 lines
70 B
INI

timeout=0
menuentry "My OS" {
multiboot2 /boot/kernel.elf
boot
}