os/sysroot/boot/grub/grub.cfg

8 lines
104 B
INI
Raw Normal View History

2019-02-09 12:52:45 -06:00
timeout=0
menuentry "My OS" {
2019-04-26 09:47:57 -05:00
multiboot2 /boot/kernel.elf
2019-05-23 17:38:26 -05:00
module2 /boot/initrd.tar initrd
2019-02-09 12:52:45 -06:00
boot
}