it compiles!

This commit is contained in:
2025-02-20 02:47:18 +00:00
parent 0df671c3fc
commit 2f0e09b9bc
65 changed files with 119 additions and 248 deletions
+10
View File
@@ -0,0 +1,10 @@
[build]
target = "x86_64-kernel"
target-dir = "build/target"
[unstable]
build-std = ["core", "compiler_builtins"]
build-std-features = ["compiler-builtins-mem"]
[env]
RUST_TARGET_PATH = { value = "kernel", relative = true }