Create a new AreaFrameAllocator and allocate maximum number of frames

This commit is contained in:
Philipp Oppermann
2017-04-13 18:05:32 +02:00
parent edb2e693da
commit 9f1a69cafa
2 changed files with 15 additions and 0 deletions

View File

@@ -1,3 +1,5 @@
pub use self::area_frame_allocator::AreaFrameAllocator;
mod area_frame_allocator;
pub const PAGE_SIZE: usize = 4096;