1
0
Fork 0
mirror of https://gitlab.com/sortix/sortix.git synced 2023-02-13 20:55:38 -05:00

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

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