aboutsummaryrefslogtreecommitdiff
path: root/.cargo/config.toml
diff options
context:
space:
mode:
authorNatasha Moongrave <natasha@256phi.eu>2026-02-17 15:35:42 +0100
committerNatasha Moongrave <natasha@256phi.eu>2026-02-17 15:35:42 +0100
commit13103cb9e3046e5eb2eae3941cbec0bec20c73a3 (patch)
tree6e0aea456d53d96c79ad37905f53c27915d84ef3 /.cargo/config.toml
parent970f314e8684914a7dbf45aaf0e776cc0cab85d9 (diff)
added ability to run the krenel with cargo run in confg
Diffstat (limited to '.cargo/config.toml')
-rw-r--r--.cargo/config.toml5
1 files changed, 4 insertions, 1 deletions
diff --git a/.cargo/config.toml b/.cargo/config.toml
index 7da195c..16455c6 100644
--- a/.cargo/config.toml
+++ b/.cargo/config.toml
@@ -4,4 +4,7 @@ build-std-features = ["compiler-builtins-mem"]
build-std = ["core", "compiler_builtins"]
[build]
-target = "x86_64-strix.json" \ No newline at end of file
+target = "x86_64-strix.json"
+
+[target.'cfg(target_os = "none")']
+runner = "bootimage runner" \ No newline at end of file