Begin paging module

This commit is contained in:
Philipp Oppermann
2015-11-19 15:44:38 +01:00
parent 0e574426c5
commit f917bd67a1
4 changed files with 25 additions and 1 deletions

View File

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