uber simple memory stuff

This commit is contained in:
mtgmonkey 2025-03-28 21:37:24 -04:00
parent 723662b2a1
commit 87f0156c7e
5 changed files with 142 additions and 7 deletions

View file

@ -5,5 +5,5 @@ target = "x86_64-rustos.json" # target OS specifications
runner = "bootimage runner" # run with QEMU
[unstable]
build-std = ["core", "compiler_builtins"]
build-std = ["core", "compiler_builtins", "alloc"]
build-std-features = ["compiler-builtins-mem"]