fix directory structure

This commit is contained in:
Matteo Ruf
2025-12-02 14:09:47 +01:00
parent 0e056e62d1
commit 1ae2e2be55
72 changed files with 14 additions and 112 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", "alloc"]
[build]
target = "x86_64-lupos.json"
[target.'cfg(target_os = "none")']
runner = "bootimage runner"