10 lines
131 B
INI
10 lines
131 B
INI
|
|
set gfxmode=1024x768x32
|
|
set gfxpayload=keep
|
|
terminal_output gfxterm
|
|
|
|
menuentry "Espresso" {
|
|
multiboot /boot/espresso.elf
|
|
boot
|
|
}
|