Map kernel in AP, WIP

This commit is contained in:
Jeremy Soller 2016-08-17 15:47:54 -06:00
commit ebf9766ef5
10 changed files with 87 additions and 48 deletions

View file

@ -76,6 +76,6 @@ impl FrameAllocator for AreaFrameAllocator {
}
fn deallocate_frame(&mut self, frame: Frame) {
unimplemented!()
println!("Leak frame: {:?}", frame);
}
}