Add: TAR init ramdisk via GRUB2 module

This commit is contained in:
xamidev
2024-09-05 13:06:54 +02:00
parent 4d05e0d620
commit b59af22897
5 changed files with 27 additions and 6 deletions

View File

@@ -2,5 +2,6 @@ menuentry "Blank OS" {
insmod all_video
set gfxpayload=1024x768x32
multiboot2 /boot/kernel.elf
module2 /boot/initrd.tar
boot
}