mirror of
https://github.com/EnderIce2/Fennix.git
synced 2025-07-17 18:21:43 +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:
@@ -571,6 +571,7 @@ nsa void DisplayCrashScreen(CPU::ExceptionFrame *Frame)
|
|||||||
|
|
||||||
DisplayTopOverlay();
|
DisplayTopOverlay();
|
||||||
DisplayMainScreen(Frame);
|
DisplayMainScreen(Frame);
|
||||||
|
DisplayStackScreen(Frame);
|
||||||
InitializeKeyboards();
|
InitializeKeyboards();
|
||||||
DisplayBottomOverlay();
|
DisplayBottomOverlay();
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user