summaryrefslogtreecommitdiff
path: root/Makefile.in
diff options
context:
space:
mode:
authorIan Moffett <ian@osmora.org>2025-04-16 14:59:44 -0400
committerIan Moffett <ian@osmora.org>2025-04-16 14:59:44 -0400
commitf9a96c79b4bf027564add55ceb488a6428283e88 (patch)
treec5944ee50f19820d93827545fe72307655934067 /Makefile.in
parent451631e73f59f0383425bcf19479814771e68879 (diff)
boot: Upgrade to limine v9.x + add backdrop
Signed-off-by: Ian Moffett <ian@osmora.org>
Diffstat (limited to 'Makefile.in')
-rw-r--r--Makefile.in3
1 files changed, 2 insertions, 1 deletions
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