[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");
|
||||
}
|
||||
|
||||
// unsafe {
|
||||
// mmu::init();
|
||||
// }
|
||||
// println!("MMU initialised");
|
||||
unsafe {
|
||||
mmu::init();
|
||||
}
|
||||
println!("MMU initialised");
|
||||
|
||||
// jtag_dbg_wait();
|
||||
|
||||
|
|
Loading…
Reference in New Issue