os/sysroot/boot/grub/grub.cfg
2019-08-26 13:32:19 -05:00

8 lines
104 B
INI

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