Add an AreaFrameAllocator

This commit is contained in:
Philipp Oppermann
2015-11-14 15:41:11 +01:00
parent 6f8a21eba6
commit a2047bc70a
4 changed files with 148 additions and 11 deletions

View File

@@ -1,3 +1,7 @@
pub use self::area_frame_allocator::AreaFrameAllocator;
mod area_frame_allocator;
pub const PAGE_SIZE: usize = 4096;
#[derive(Debug, Clone, Copy, PartialEq, Eq, PartialOrd, Ord)]