nulfos/.cargo/config.toml
2024-10-21 14:39:21 +02:00

10 lines
206 B
TOML

[build]
target = ["x86_64-nulfos.json"]
[unstable]
build-std = ["core", "compiler_builtins"]
build-std-features = ["compiler-builtins-mem"]
[target.'cfg(target_os = "none")']
runner = "bootimage runner"