forked from LowLevelDevs/FoundryOS
totally didn't import an allocator...
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user