Use latest limine

This commit is contained in:
2025-08-16 21:42:38 +02:00
parent 54354e4f54
commit 069870cd0d

View File

@ -5,12 +5,8 @@ all:
prepare: prepare:
if [ ! -d limine ]; then \ if [ ! -d limine ]; then \
mkdir limine; \ git clone https://github.com/limine-bootloader/limine.git --branch=v9.x-binary --depth=1; \
cd limine; \ cd limine; \
git init; \
git remote add origin https://github.com/limine-bootloader/limine.git; \
git fetch origin 9246bb78f446962aae5b0a291db4be32f9866ba6; \
git reset --hard FETCH_HEAD; \
make; \ make; \
fi fi