diff --git a/.cargo/config.toml b/.cargo/config.toml new file mode 100644 index 0000000..fb038df --- /dev/null +++ b/.cargo/config.toml @@ -0,0 +1,10 @@ +[unstable] +json-target-spec = true +build-std-features = ["compiler-builtins-mem"] +build-std = ["core", "compiler_builtins"] + +[build] +target = "x86_64-amix.json" + +[target.'cfg(target_os = "none")'] +runner = "bootimage runner"