os/iso/boot/grub/grub.cfg

8 lines
100 B
INI

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