[wip] we must have MMU

* Otherwise STUR ops cause exceptions (??)
This commit is contained in:
Berkus Decker 2019-03-07 20:42:25 +02:00
parent d5c8b3c98f
commit d4f8eab75b
1 changed files with 4 additions and 4 deletions

View File

@ -110,10 +110,10 @@ fn kmain() -> ! {
println!("Exception traps set up");
}
// unsafe {
// mmu::init();
// }
// println!("MMU initialised");
unsafe {
mmu::init();
}
println!("MMU initialised");
// jtag_dbg_wait();