[wip] we must have MMU
* Otherwise STUR ops cause exceptions (??)
This commit is contained in:
parent
d5c8b3c98f
commit
d4f8eab75b
|
@ -110,10 +110,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");
|
||||||
|
|
||||||
// jtag_dbg_wait();
|
// jtag_dbg_wait();
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue