curiOS/kernel/.cargo/config.toml
2026-07-16 02:23:52 +02:00

12 lines
268 B
TOML

[profile.dev]
codegen-backend = "llvm"
[unstable]
json-target-spec = true # lets us specify a custom target specification file
build-std = ["core", "compiler_builtins"]
[build]
target = "x86_64-unknown-kernel.json"
[target.x86_64-unknown-kernel]
runner = "./run.sh"