Add alternative paging module with new design

This commit is contained in:
Philipp Oppermann
2015-12-03 17:27:53 +01:00
parent 540c398ec3
commit ae49ab5072
6 changed files with 224 additions and 1 deletions

View File

@@ -1,6 +1,7 @@
pub use self::area_frame_allocator::AreaFrameAllocator;
mod paging;
pub mod paging;
pub mod paging_new;
mod area_frame_allocator;
pub const PAGE_SIZE: usize = 4096;