Skip to content

Commit

Permalink
- Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
tgiphil committed Feb 11, 2019
1 parent 8646f60 commit 6928765
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Source/Mosa.Kernel.x86/Kernel.cs
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@ public static void Setup()
// At this stage, allocating memory does not work, so you are only allowed to use ValueTypes or static classes.
IDT.SetInterruptHandler(null);
Panic.Setup();
Debugger.Setup(Serial.COM2);

// Initialize interrupts
PIC.Setup();
Expand Down

0 comments on commit 6928765

Please sign in to comment.