8 lines
98 B
INI
8 lines
98 B
INI
timeout=0
|
|
|
|
menuentry "My OS" {
|
|
multiboot /boot/kernel.elf
|
|
module /boot/initrd initrd
|
|
boot
|
|
}
|