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