Files
2024-11-18 17:48:00 +00:00

17 lines
345 B
TOML

[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 }
[target.x86_64-kernel]
runner = "scripts/run.sh"
[target.'cfg(target_os = "none")']
runner = "scripts/run.sh --test"