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