diff --git a/Kernel/core/panic/ui.cpp b/Kernel/core/panic/ui.cpp index cdf58885..efba9b9c 100644 --- a/Kernel/core/panic/ui.cpp +++ b/Kernel/core/panic/ui.cpp @@ -571,6 +571,7 @@ nsa void DisplayCrashScreen(CPU::ExceptionFrame *Frame) DisplayTopOverlay(); DisplayMainScreen(Frame); + DisplayStackScreen(Frame); InitializeKeyboards(); DisplayBottomOverlay();