Remove obsolete comment

This commit is contained in:
Berkus Decker 2019-03-10 10:05:01 +02:00
parent b3230e1c18
commit 5cb811e525
1 changed files with 0 additions and 7 deletions

View File

@ -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;