Files
mop3/platform/i386_pc/grub.cfg

8 lines
87 B
INI

set timeout=15
set default=0
menuentry "mop3" {
multiboot /boot/kernel.elf
boot
}