mirror of
https://github.com/phil-opp/blog_os.git
synced 2025-12-16 14:27: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;
|
||||
|
||||
1
src/allocator/fixed_size_block.rs
Normal file
1
src/allocator/fixed_size_block.rs
Normal file
@@ -0,0 +1 @@
|
||||
|
||||
Reference in New Issue
Block a user