mirror of
https://github.com/EnderIce2/Fennix.git
synced 2025-05-28 15:34:31 +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();
|
DisplayTopOverlay();
|
||||||
DisplayMainScreen(Frame);
|
DisplayMainScreen(Frame);
|
||||||
|
DisplayStackScreen(Frame);
|
||||||
InitializeKeyboards();
|
InitializeKeyboards();
|
||||||
DisplayBottomOverlay();
|
DisplayBottomOverlay();
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user