JuliOS/.cargo/config.toml
Julien CLEMENT 65a962361a feat(bootloader): add bootable image
Signed-off-by: Julien CLEMENT <julien.clement@epita.fr>
2021-11-28 02:12:32 +01:00

10 lines
203 B
TOML

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