mirror of
https://github.com/EnderIce2/Fennix.git
synced 2025-05-25 22:14:34 +00:00
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:
parent
f06c0b19fa
commit
d20d4f7bf9
@ -571,6 +571,7 @@ nsa void DisplayCrashScreen(CPU::ExceptionFrame *Frame)
|
||||
|
||||
DisplayTopOverlay();
|
||||
DisplayMainScreen(Frame);
|
||||
DisplayStackScreen(Frame);
|
||||
InitializeKeyboards();
|
||||
DisplayBottomOverlay();
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user