quark/config/grub.cfg

6 líneas
109 B
INI

menuentry "Quark" {
echo "Booting quark..."
multiboot /boot/kernel.bin
module /boot/initrd.tar
}