Global allocator, page table - protected by spinlock

This commit is contained in:
Jeremy Soller 2016-08-15 16:29:54 -06:00
parent 617516b949
commit fda1ab2327
4 changed files with 46 additions and 32 deletions

View file

@ -3,7 +3,7 @@
pub use paging::{PAGE_SIZE, PhysicalAddress};
use self::area_frame_alloc::AreaFrameAllocator;
pub use self::area_frame_alloc::AreaFrameAllocator;
pub mod area_frame_alloc;