Files
blankos/grub.cfg
2024-09-05 13:06:54 +02:00

8 lines
132 B
INI

menuentry "Blank OS" {
insmod all_video
set gfxpayload=1024x768x32
multiboot2 /boot/kernel.elf
module2 /boot/initrd.tar
boot
}