Set a global allocator

This commit is contained in:
Philipp Oppermann
2017-11-19 13:13:18 +01:00
parent 9dc998222a
commit c0d403abbe
2 changed files with 11 additions and 1 deletions

View File

@@ -3,7 +3,7 @@ pub use self::paging::remap_the_kernel;
use self::paging::PhysicalAddress;
mod area_frame_allocator;
mod heap_allocator;
pub mod heap_allocator;
mod paging;
pub const PAGE_SIZE: usize = 4096;