it now boots and prints hello world

This commit is contained in:
clizia 2025-08-25 01:47:42 +02:00
parent ff4bbdd263
commit 2f8efad24a
4 changed files with 38 additions and 1 deletions

9
.cargo/config.toml Normal file
View file

@ -0,0 +1,9 @@
[unstable]
build-std-features = ["compiler-builtins-mem"]
build-std = ["core", "compiler_builtins"]
[build]
target = "x86_64-totos.json"
[target.'cfg(target_os = "none")']
runner = "bootimage runner"