Lifecycle management of threads #29

Merged
harraiken merged 240 commits from threads into master 2026-09-07 13:45:09 +02:00
Showing only changes of commit b911670121 - Show all commits

View File

@@ -303,6 +303,9 @@ KE::Crash::Panic(IN ULONG Code,
/* Set kernel panic state */
KernelPanic = TRUE;
/* Broadcast IPI_FREEZE to all other processors */
FreezeExecution(NULLPTR, NULLPTR);
/* Print error message to debug console */
KD::DebugIo::KdPrint(L"Fatal System Error: 0x%08lx (0x%zx 0x%zx 0x%zx 0x%zx)\nKernel Panic!\n\n",
Code, Parameter1, Parameter2, Parameter3, Parameter4);