mirror of
https://github.com/phil-opp/blog_os.git
synced 2025-12-18 07:17:49 +00:00
Set a global allocator
This commit is contained in:
@@ -3,7 +3,7 @@ pub use self::paging::remap_the_kernel;
|
||||
use self::paging::PhysicalAddress;
|
||||
|
||||
mod area_frame_allocator;
|
||||
mod heap_allocator;
|
||||
pub mod heap_allocator;
|
||||
mod paging;
|
||||
|
||||
pub const PAGE_SIZE: usize = 4096;
|
||||
|
||||
Reference in New Issue
Block a user