Test the map_to function

This commit is contained in:
Philipp Oppermann
2017-04-13 19:31:26 +02:00
parent 15c9f43622
commit b49cb6986c
3 changed files with 19 additions and 6 deletions

View File

@@ -1,4 +1,5 @@
pub use self::area_frame_allocator::AreaFrameAllocator;
pub use self::paging::test_paging;
use self::paging::PhysicalAddress;
mod area_frame_allocator;