Add some docs on building, bumped limine to latest version

No issues occurred having bumped the version, all seems well.
This commit is contained in:
2025-02-22 02:41:23 +00:00
parent 68c3d2fa0e
commit 3aca8fd720
2 changed files with 21 additions and 1 deletions
+1 -1
View File
@@ -85,7 +85,7 @@ mkdir -p "$iso_root/EFI/BOOT"
if [ ! -d "$build_dir/limine" ]; then
compiling "limine bootloader"
cd "$build_dir"
git clone https://github.com/limine-bootloader/limine.git --branch=v8.x-binary --depth=1 "$build_dir/limine" || error "failed to clone limine"
git clone https://github.com/limine-bootloader/limine.git --branch=v9.x-binary --depth=1 "$build_dir/limine" || error "failed to clone limine"
make -C "$build_dir/limine" || error "failed to build limine"
cd "$project_root"
fi