Basic allocations in rust user-space.

This commit is contained in:
Drew Galbraith 2024-07-26 15:20:21 -07:00
parent 40a50e8d00
commit 32ccbedb7a
7 changed files with 127 additions and 35 deletions

View file

@ -1,6 +1,6 @@
[unstable]
build-std-features = ["compiler-builtins-mem"]
build-std = ["core", "compiler_builtins"]
build-std = ["core", "compiler_builtins", "alloc"]
[build]
target = "x86_64-acadia-os.json"