os/iso/boot/grub/grub.cfg
2019-05-23 17:38:26 -05:00

8 lines
104 B
INI

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