lib/panic: Re-enable autoflush before printing

This commit is contained in:
Mintsuki
2026-04-11 13:14:32 +02:00
parent 8ba6e3e7f4
commit a01a3c0f17

View File

@@ -21,6 +21,8 @@ noreturn void panic(bool allow_menu, const char *fmt, ...) {
quiet = false;
FOR_TERM(TERM->autoflush = true);
if (
#if defined (BIOS)
stage3_loaded == true &&