diff --git a/src/main.rs b/src/main.rs index 7859043..4b4a23b 100644 --- a/src/main.rs +++ b/src/main.rs @@ -105,13 +105,6 @@ fn kmain() -> ! { static __exception_vectors_start: u64; } - //============================================== - // Since formatted output doesn't work, lets do some other preparatory steps: - // 1. Initialize MMU - // 2. Set up exception handlers - // Obviously, things should keep working after that... - //============================================== - unsafe { let exception_vectors_start: u64 = &__exception_vectors_start as *const _ as u64;