totally didn't import an allocator...

This commit is contained in:
2025-02-22 21:02:29 +00:00
parent 36cb118933
commit 361c67764d
4 changed files with 36 additions and 4 deletions
-3
View File
@@ -9,9 +9,6 @@ use x86_64::{
PhysAddr, VirtAddr,
};
#[global_allocator]
static ALLOCATOR: FoundryAllocator = FoundryAllocator;
/// Returns a mutable reference to the current level 4 page table.
///
/// # Safety