From 13103cb9e3046e5eb2eae3941cbec0bec20c73a3 Mon Sep 17 00:00:00 2001 From: Natasha Moongrave Date: Tue, 17 Feb 2026 15:35:42 +0100 Subject: added ability to run the krenel with cargo run in confg --- .cargo/config.toml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to '.cargo') 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 -- cgit v1.2.3