mirror of
https://gitlab.os-k.eu/os-k-team/os-k.git
synced 2023-08-25 14:03:10 +02:00
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…
x
Reference in New Issue
Block a user