forked from LowLevelDevs/FoundryOS
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:
+1
-1
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user