ptos: bugcheck: Reset console attrs after bugcheck
Signed-off-by: Chloe M <chloe@mensia.org>
This commit is contained in:
@@ -55,5 +55,5 @@ KiBugCheck(BUGCHECK_REASON Reason, const CHAR *Fmt, ...)
|
|||||||
TRACE(BugCheckMsg);
|
TRACE(BugCheckMsg);
|
||||||
TRACE("\033[31;40mbugcheck: \033[37;40m%s", BugCheckBuf);
|
TRACE("\033[31;40mbugcheck: \033[37;40m%s", BugCheckBuf);
|
||||||
TRACE("\033[31;40mreason: \033[37;40m%s\n", BUGCHECK_REASON(Reason));
|
TRACE("\033[31;40mreason: \033[37;40m%s\n", BUGCHECK_REASON(Reason));
|
||||||
TRACE("\033[37;40m");
|
TRACE("\033[0m");
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user