From 389a6971b7992d15ef7b0fb480e323f6127ebfdd Mon Sep 17 00:00:00 2001 From: Berkus Decker Date: Sun, 28 Feb 2021 00:42:08 +0200 Subject: [PATCH] [wip] comment out unported code --- nucleus/src/main.rs | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/nucleus/src/main.rs b/nucleus/src/main.rs index 78a03ca..bee43b7 100644 --- a/nucleus/src/main.rs +++ b/nucleus/src/main.rs @@ -83,9 +83,9 @@ fn print_mmu_state_and_features() { } fn init_mmu() { - unsafe { - memory::mmu::init().unwrap(); - } + // unsafe { + // memory::mmu::init().unwrap(); + // } println!("[!] MMU initialised"); print_mmu_state_and_features(); }