Add an allocator

This commit is contained in:
Philipp Oppermann
2015-10-09 17:52:00 +02:00
parent 97a0da1bb9
commit d790fc20e5
9 changed files with 107 additions and 9 deletions

View File

@@ -16,3 +16,6 @@ branch = "no_std"
[dependencies.multiboot2]
path = "../multiboot2"
[dependencies.allocator]
path = "src/memory/alloc/allocator"