Step 1 : StartPanic is the real problem
This commit is contained in:
parent
021c94489b
commit
348c3b7ead
|
@ -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();
|
||||
|
|
Loading…
Reference in New Issue