Use linked list allocator
This commit is contained in:
parent
792ef0b3d2
commit
eccb99d67d
6 changed files with 79 additions and 7 deletions
|
@ -9,9 +9,10 @@
|
|||
#![feature(unique)]
|
||||
#![no_std]
|
||||
|
||||
extern crate hole_list_allocator as allocator;
|
||||
|
||||
#[macro_use]
|
||||
extern crate bitflags;
|
||||
extern crate bump_allocator;
|
||||
extern crate x86;
|
||||
|
||||
/// Print to console
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue