6 lines
88 B
INI
6 lines
88 B
INI
menuentry "Blank OS" {
|
|
set gfxpayload=1024x768x32
|
|
multiboot2 /boot/kernel.elf
|
|
boot
|
|
}
|