rustos/.cargo/config.toml
2025-03-28 16:07:34 -04:00

9 lines
244 B
TOML

[build]
target = "x86_64-rustos.json" # target OS specifications
[target.'cfg(target_os="none")']
runner = "bootimage runner" # run with QEMU
[unstable]
build-std = ["core", "compiler_builtins"]
build-std-features = ["compiler-builtins-mem"]