Create an AreaFrameAllocator

This commit is contained in:
Philipp Oppermann
2017-04-13 18:02:43 +02:00
parent 84c337e6f0
commit edb2e693da
2 changed files with 90 additions and 0 deletions

View File

@@ -1,3 +1,5 @@
mod area_frame_allocator;
pub const PAGE_SIZE: usize = 4096;
#[derive(Debug, PartialEq, Eq, PartialOrd, Ord)]