mirror of
https://github.com/EnderIce2/Fennix.git
synced 2025-07-02 10:59:15 +00:00
feat(kernel): update limine
Signed-off-by: EnderIce2 <enderice2@protonmail.com>
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user