Debug what destructors are called

This commit is contained in:
Alex
2023-02-14 03:53:09 +02:00
parent 47a10df568
commit 5257ff662f
11 changed files with 22 additions and 14 deletions

View File

@ -217,7 +217,7 @@ Exit:
if (ExitCode != 0)
{
KPrint("Dropping to recovery screen...", ExitCode);
TaskManager->Sleep(5000);
TaskManager->Sleep(2500);
RecoveryScreen = new Recovery::KernelRecovery;
}
else