@ -16,7 +16,7 @@ pub fn init() {
}
fn init_frame_allocator() {
use bit_allocator::BitAlloc;
use bitmap_allocator::BitAlloc;
use core::ops::Range;
let end = super::board::probe_memory()
@ -26,7 +26,7 @@ pub fn init_other() {
let mut ba = FRAME_ALLOCATOR.lock();