working on kernel
This commit is contained in:
+4
-1
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user