[][src]Function sunrise_kernel::frame_allocator::i386::mark_area_reserved

fn mark_area_reserved(bitmap: &mut [u8], start_addr: usize, end_addr: usize)

Marks a physical memory area as reserved and will never give it when requesting a frame. This is used to mark where memory holes are, or where the kernel was mapped

Panic

Does not panic if it overwrites an existing reservation