os/iso/boot/grub/grub.cfg

8 lines
98 B
INI

timeout=0
menuentry "My OS" {
multiboot /boot/kernel.elf
module /boot/initrd initrd
boot
}