feat(kernel): 🎨 show stack on panic screen by default

This is good if the PS/2 keyboard doesn't work. It clearly needs a rework tho.
This commit is contained in:
EnderIce2 2025-05-18 19:37:18 +00:00
parent f06c0b19fa
commit d20d4f7bf9
Signed by: enderice2
GPG Key ID: FEB6B8A8507BA62E

View File

@ -571,6 +571,7 @@ nsa void DisplayCrashScreen(CPU::ExceptionFrame *Frame)
DisplayTopOverlay();
DisplayMainScreen(Frame);
DisplayStackScreen(Frame);
InitializeKeyboards();
DisplayBottomOverlay();