From 5cb811e52558cd118da4deb8260276e495807117 Mon Sep 17 00:00:00 2001 From: Berkus Decker Date: Sun, 10 Mar 2019 10:05:01 +0200 Subject: [PATCH] Remove obsolete comment --- src/main.rs | 7 ------- 1 file changed, 7 deletions(-) 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;