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