diff --git a/src/arch/x86_64/memory/area_frame_allocator.rs b/src/arch/x86_64/memory/area_frame_allocator.rs index 1f73ac0..f894422 100644 --- a/src/arch/x86_64/memory/area_frame_allocator.rs +++ b/src/arch/x86_64/memory/area_frame_allocator.rs @@ -51,6 +51,8 @@ impl FrameAllocator for AreaFrameAllocator { } } + /// EXTREME BADNESS + /// TODO: fix this fn dealloc_frame(&mut self, frame: Frame) { unimplemented!(); }