Use linked list allocator
This commit is contained in:
parent
792ef0b3d2
commit
eccb99d67d
6 changed files with 79 additions and 7 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Reference in a new issue