10 lines
254 B
TOML
10 lines
254 B
TOML
[build]
|
|
target = "riscv64.json"
|
|
|
|
[unstable]
|
|
build-std = ["core", "compiler_builtins", "alloc"]
|
|
build-std-features = ["compiler-builtins-mem"]
|
|
|
|
[target.riscv64]
|
|
runner = "qemu-system-riscv64 -machine virt -device bochs-display -bios none -m 128M -kernel"
|