8 lines
132 B
INI
8 lines
132 B
INI
menuentry "Blank OS" {
|
|
insmod all_video
|
|
set gfxpayload=1024x768x32
|
|
multiboot2 /boot/kernel.elf
|
|
module2 /boot/initrd.tar
|
|
boot
|
|
}
|