[temp] disable mmu

This commit is contained in:
Berkus Decker 2019-03-02 19:19:28 +02:00
parent 80fb9ede35
commit b7812aa5a2
1 changed files with 4 additions and 4 deletions

View File

@ -104,10 +104,10 @@ fn kmain() -> ! {
println!("Exception traps set up"); println!("Exception traps set up");
} }
unsafe { // unsafe {
mmu::init(); // mmu::init();
} // }
println!("MMU initialised"); // println!("MMU initialised");
if let Some(mut display) = VC::init_fb(Size2d { x: 800, y: 600 }, 32) { if let Some(mut display) = VC::init_fb(Size2d { x: 800, y: 600 }, 32) {
println!("Display created"); println!("Display created");