Files
Espresso/grub.cfg

10 lines
131 B
INI
Raw Normal View History

2025-06-27 14:48:06 -05:00
2026-06-05 16:14:14 -05:00
set gfxmode=1024x768x32
set gfxpayload=keep
terminal_output gfxterm
2025-05-28 14:41:02 -05:00
menuentry "Espresso" {
2025-06-27 14:48:06 -05:00
multiboot /boot/espresso.elf
2026-06-05 16:14:14 -05:00
boot
2025-05-28 14:41:02 -05:00
}