ptos: bugcheck: Reset console attrs after bugcheck

Signed-off-by: Chloe M <chloe@mensia.org>
This commit is contained in:
2026-07-11 04:49:08 -04:00
parent 3593c66e3d
commit 770ffe39ac
+1 -1
View File
@@ -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");
} }