Merge pull request #143 from Zeal-Operating-System/limine-6

UEFI-ISO: Use Limine 6.x branch
This commit is contained in:
Arsenic Blood 2023-12-10 12:08:47 -05:00 committed by GitHub
commit fb60b20da0
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -64,7 +64,7 @@ umount_tempdisk
echo "Rebuilding kernel headers, kernel, OS, and building Distro ISO ..."
$QEMU_BIN_PATH/qemu-system-x86_64 -machine q35,accel=kvm -drive format=raw,file=$TMPDISK -m 1G -rtc base=localtime -smp 4 -device isa-debug-exit
LIMINE_BINARY_BRANCH="v5.x-branch-binary"
LIMINE_BINARY_BRANCH="v6.x-branch-binary"
if [ -d "limine" ]
then