Improve formatting

This commit is contained in:
Philipp Oppermann
2019-04-26 12:15:50 +02:00
parent c8821cb226
commit fd0646fecf

View File

@@ -13,8 +13,8 @@ entry_point!(kernel_main);
fn kernel_main(boot_info: &'static BootInfo) -> ! {
use blog_os::memory;
use x86_64::{structures::paging::Page, VirtAddr};
println!("Hello World{}", "!");
println!("Hello World{}", "!");
blog_os::init();
let mut mapper = unsafe { memory::init(boot_info.physical_memory_offset) };