Files
RustOS/.cargo/config.toml
2024-08-25 20:14:25 +02:00

10 lines
204 B
TOML

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