From eb6d8f8614aa261426ce26378a56301ef68d065d Mon Sep 17 00:00:00 2001 From: Mathieu Strypsteen Date: Thu, 31 Oct 2024 17:48:22 +0100 Subject: [PATCH] Fix build --- build.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/build.sh b/build.sh index 5c4c65f..ba463fc 100755 --- a/build.sh +++ b/build.sh @@ -3,6 +3,7 @@ set -euo pipefail rm -rf img mkdir -p img/boot/efi/boot cd lib/acpica-build +make -j4 cd ../../kernel cargo build --release cd ../loader