From 03090935db3e40132177e8ec25b7503b0e2ee78d Mon Sep 17 00:00:00 2001 From: Ian Moffett Date: Fri, 21 Nov 2025 20:47:52 -0500 Subject: kern: Add OMAR-based initramfs Signed-off-by: Ian Moffett --- Makefile.in | 1 + 1 file changed, 1 insertion(+) (limited to 'Makefile.in') diff --git a/Makefile.in b/Makefile.in index b78924f..5322978 100644 --- a/Makefile.in +++ b/Makefile.in @@ -18,6 +18,7 @@ sys: .PHONY: iso iso: mkdir -p iso_root/boot/ + cp -f initramfs.omar iso_root/boot cp data/boot/wallpaper.jpg iso_root/boot/ cp data/boot/limine.conf boot/limine/limine-bios.sys \ boot/limine/limine-bios-cd.bin boot/limine/limine-uefi-cd.bin iso_root/ -- cgit v1.2.3