From f9a96c79b4bf027564add55ceb488a6428283e88 Mon Sep 17 00:00:00 2001 From: Ian Moffett Date: Wed, 16 Apr 2025 14:59:44 -0400 Subject: boot: Upgrade to limine v9.x + add backdrop Signed-off-by: Ian Moffett --- Makefile.in | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'Makefile.in') diff --git a/Makefile.in b/Makefile.in index edf7193..d7f5c8d 100644 --- a/Makefile.in +++ b/Makefile.in @@ -112,9 +112,10 @@ iso: mkdir -p iso_root/EFI/BOOT/ cp stand/limine/BOOTX64.EFI iso_root/EFI/BOOT/ mv ramfs.cpio iso_root/boot/ - cp builddeps/limine.cfg stand/limine/limine-bios.sys \ + cp builddeps/limine.conf stand/limine/limine-bios.sys \ stand/limine/limine-bios-cd.bin stand/limine/limine-uefi-cd.bin iso_root/ cp base/boot/* iso_root/boot/ + cp builddeps/tree.jpg iso_root/boot/ xorriso -as mkisofs -b limine-bios-cd.bin -no-emul-boot -boot-load-size 4\ -boot-info-table --efi-boot limine-uefi-cd.bin -efi-boot-part \ --efi-boot-image --protective-msdos-label iso_root -o Hyra.iso > /dev/null -- cgit v1.2.3