Removed accidentally included infinite debug loop in kernel.cpp.

This commit is contained in:
Jonas 'Sortie' Termansen 2011-08-12 20:13:31 +02:00
parent a2f70f358c
commit ec8c0c533b
1 changed files with 0 additions and 2 deletions

View File

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