Files
fabios/.cargo/config.toml
Fabio Scotto di Santolo 66e9877056 First bootable kernel
2024-06-21 10:10:00 +02:00

10 lines
203 B
TOML

[unstable]
build-std = ["core", "compiler_builtins"]
build-std-features = ["compiler-builtins-mem"]
[build]
target = "x86_64-fabios.json"
[target.'cfg(target_os = "none")']
runner = "bootimage runner"