scripts & makefiles
All checks were successful
Build ISO image / build-and-deploy (push) Successful in 2m43s
Build documentation / build-and-deploy (push) Successful in 40s

This commit is contained in:
2026-04-25 09:23:55 +02:00
parent c8fb575bdd
commit eba9bd04ef
4 changed files with 5 additions and 3 deletions

View File

@@ -1,14 +1,16 @@
LIMINE_OPTS=--enable-bios-cd \
--enable-bios \
--enable-uefi-x86-64 \
--enable-uefi-ia32 \
--enable-uefi-cd
all_limine:
rm -rf build_limine && \
mkdir -p build_limine && \
cd build_limine && \
../Limine/bootstrap && \
../Limine/configure $(LIMINE_OPTS) && \
make -j $(nproc) && \
make && \
rm -rf ../boot/limine && \
cp -r ./bin ../boot/limine