Create a basic LinkedListAllocator type

This commit is contained in:
Philipp Oppermann
2020-01-10 11:42:04 +01:00
parent 75d826bf69
commit 63e8577d77
3 changed files with 50 additions and 0 deletions

View File

@@ -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