Use linked list allocator

This commit is contained in:
Jeremy Soller 2016-08-15 15:27:32 -06:00
commit eccb99d67d
6 changed files with 79 additions and 7 deletions

View file

@ -3,7 +3,7 @@
/// It must create the IDT with the correct entries, those entries are
/// defined in other files inside of the `arch` module
use bump_allocator::{HEAP_START, HEAP_SIZE};
use allocator::{HEAP_START, HEAP_SIZE};
use externs::memset;
use gdt;
use idt;