os/iso/boot/grub/grub.cfg
2019-04-26 09:47:57 -05:00

7 lines
70 B
INI

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