Files
banan-os/toolchain/grub-legacy-initrd.cfg
Bananymous b65068dc7d BuildSystem: Add support for building initrd image
This is nice for testing when there isn't xhci controller available or
my usb stack fails :)
2025-07-17 21:45:48 +03:00

5 lines
99 B
INI

menuentry "banan-os" {
multiboot2 /boot/banan-os.kernel readonly
module2 /boot/banan-os.initrd
}