Files
blankos/grub.cfg
2024-09-14 20:08:30 +02:00

7 lines
104 B
INI

menuentry "Blank OS" {
insmod all_video
multiboot2 /boot/kernel.elf
module2 /boot/initrd.tar
boot
}