From ec8c0c533b0e3762769b36cce6c818da8a057b01 Mon Sep 17 00:00:00 2001 From: Jonas 'Sortie' Termansen Date: Fri, 12 Aug 2011 20:13:31 +0200 Subject: [PATCH] Removed accidentally included infinite debug loop in kernel.cpp. --- sortix/kernel.cpp | 2 -- 1 file changed, 2 deletions(-) diff --git a/sortix/kernel.cpp b/sortix/kernel.cpp index ddcea909..bc923642 100644 --- a/sortix/kernel.cpp +++ b/sortix/kernel.cpp @@ -189,8 +189,6 @@ namespace Sortix // Display the boot welcome screen. DoWelcome(); - while(true); - #ifndef JSSORTIX // Search for PCI devices and load their drivers. PCI::Init();