Global allocator, page table - protected by spinlock
This commit is contained in:
parent
617516b949
commit
fda1ab2327
4 changed files with 46 additions and 32 deletions
|
@ -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;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue