7 lines
104 B
INI
7 lines
104 B
INI
menuentry "Blank OS" {
|
|
insmod all_video
|
|
multiboot2 /boot/kernel.elf
|
|
module2 /boot/initrd.tar
|
|
boot
|
|
}
|