Use linked list allocator instead of bump allocator

This commit is contained in:
Philipp Oppermann
2017-11-19 14:16:33 +01:00
parent 01f8c43ffb
commit ad211de615
2 changed files with 11 additions and 5 deletions

View File

@@ -14,3 +14,4 @@ multiboot2 = "0.1.0"
bitflags = "0.7.0"
x86_64 = "0.1.2"
once = "0.3.3"
linked_list_allocator = "0.4.2"