rustos/.cargo/config.toml
2025-03-28 21:37:24 -04:00

9 lines
253 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", "alloc"]
build-std-features = ["compiler-builtins-mem"]