working on kernel

This commit is contained in:
FantasyPvP
2024-11-18 17:48:00 +00:00
parent ac4cf9a27b
commit 4c157ab05e
27 changed files with 975 additions and 164 deletions
+4 -1
View File
@@ -3,7 +3,7 @@ target = "x86_64-kernel"
target-dir = "build/target"
[unstable]
build-std = ["core", "compiler_builtins", "alloc"]
build-std = ["core", "compiler_builtins"]
build-std-features = ["compiler-builtins-mem"]
[env]
@@ -11,3 +11,6 @@ RUST_TARGET_PATH = { value = "kernel", relative = true }
[target.x86_64-kernel]
runner = "scripts/run.sh"
[target.'cfg(target_os = "none")']
runner = "scripts/run.sh --test"