compiles. In progress new custom allocator
This commit is contained in:
parent
a46f795b5a
commit
b2475a7b27
16 changed files with 763 additions and 23 deletions
|
@ -1,6 +1,6 @@
|
|||
[unstable]
|
||||
build-std = ["core", "compiler_builtins"] # recompile these
|
||||
build-std-features = ["compiler-builtins-mem"]
|
||||
build-std = ["alloc", "core", "compiler_builtins"] # recompile these
|
||||
build-std-features = [ "compiler-builtins-mem" ]
|
||||
|
||||
[build]
|
||||
target = "x86_64-rustboot.json" # target OS specifications
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue