println works

This commit is contained in:
2025-02-20 22:59:24 +00:00
parent ee8de361dc
commit 34b960c20a
18 changed files with 816 additions and 44 deletions
+1 -1
View File
@@ -49,7 +49,7 @@ if [[ $1 == *"deps"* ]]; then
else
# Build the kernel normally
cd "$project_root"
cargo build
# cargo build
kernel_path="$build_dir/target/x86_64-kernel/debug/kernel"
fi