Step 1 : StartPanic is the real problem

This commit is contained in:
Adrien Bourmault 2019-03-11 18:17:49 +01:00
parent 021c94489b
commit 348c3b7ead
1 changed files with 1 additions and 0 deletions

View File

@ -50,6 +50,7 @@ noreturn void StartPanic(const char *fmt, ...)
va_list ap;
DisableIRQs();
*vga = ('B') | (0x0F << 8);
if (GetCurProc()) _SetCurProc(NULL);
if (GetStdOut() == NULL) CrashSystem();