eos0/.cargo/config.toml

10 lines
186 B
TOML
Raw Normal View History

2024-12-05 18:23:16 +00:00
[build]
target = "riscv64gc-unknown-none-elf"
[target.riscv64gc-unknown-none-elf]
rustflags = ["-C", "link-arg=-Tsrc/ld/kernel.ld"]
runner = "./scripts/start.sh"
[term]
verbose = true