mirror of
https://github.com/phil-opp/blog_os.git
synced 2025-12-17 06:47:49 +00:00
Create a new fixed_size_block allocator submodule
This commit is contained in:
@@ -9,6 +9,7 @@ use x86_64::{
|
||||
};
|
||||
|
||||
pub mod bump;
|
||||
pub mod fixed_size_block;
|
||||
pub mod linked_list;
|
||||
|
||||
pub const HEAP_START: usize = 0x_4444_4444_0000;
|
||||
|
||||
Reference in New Issue
Block a user