Use linked list allocator

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

View file

@ -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