initial commit

This commit is contained in:
mtgmonkey 2025-03-28 16:07:34 -04:00
commit b4dab5c048
16 changed files with 838 additions and 0 deletions

9
.cargo/config.toml Normal file
View file

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