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:
parent
a2f70f358c
commit
ec8c0c533b
1 changed files with 0 additions and 2 deletions
|
@ -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();
|
||||
|
|
Loading…
Reference in a new issue