Adjust comments to be equal with post

This commit is contained in:
Philipp Oppermann
2019-06-26 21:08:08 +02:00
parent df75f7f4e8
commit 4792ec41b1
2 changed files with 1 additions and 2 deletions

View File

@@ -20,7 +20,6 @@ fn main(boot_info: &'static BootInfo) -> ! {
blog_os::init();
let mut mapper = unsafe { memory::init(boot_info.physical_memory_offset) };
let mut frame_allocator = unsafe { BootInfoFrameAllocator::init(&boot_info.memory_map) };
allocator::init_heap(&mut mapper, &mut frame_allocator).expect("heap initialization failed");
test_main();