8 lines
100 B
INI
8 lines
100 B
INI
timeout=0
|
|
|
|
menuentry "My OS" {
|
|
multiboot2 /boot/kernel.elf
|
|
module2 /boot/initrd initrd
|
|
boot
|
|
}
|