os/iso/boot/grub/grub.cfg

8 lines
98 B
INI
Raw Normal View History

2019-02-09 12:52:45 -06:00
timeout=0
menuentry "My OS" {
multiboot /boot/kernel.elf
module /boot/initrd initrd
boot
}