Browse Source

add note extolling the extreme badness of the frame allocator

master
3moon 8 years ago
parent
commit
767c85e665
1 changed files with 2 additions and 0 deletions
  1. +2
    -0
      src/arch/x86_64/memory/area_frame_allocator.rs

+ 2
- 0
src/arch/x86_64/memory/area_frame_allocator.rs View File

@ -51,6 +51,8 @@ impl FrameAllocator for AreaFrameAllocator {
}
}
/// EXTREME BADNESS
/// TODO: fix this
fn dealloc_frame(&mut self, frame: Frame) {
unimplemented!();
}


Loading…
Cancel
Save