feat(kernel): update limine

Signed-off-by: EnderIce2 <enderice2@protonmail.com>
This commit is contained in:
2025-03-25 18:15:45 +00:00
parent 0cc4d5096b
commit c412a75f91
6 changed files with 43 additions and 47 deletions

View File

@ -30,7 +30,7 @@ do_tools:
do_limine:
ifeq ("$(wildcard ./limine)", "")
git clone https://github.com/limine-bootloader/limine.git --branch=v6.x-branch-binary --depth=1 limine
git clone https://github.com/limine-bootloader/limine.git --branch=v9.x-binary --depth=1 limine
else
$(info > TOOLS: Skipping cloning limine because directory already exists.)
endif