[temp] disable mmu
This commit is contained in:
parent
80fb9ede35
commit
b7812aa5a2
|
@ -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");
|
||||||
|
|
Loading…
Reference in New Issue