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