Add static member definitions for kernel debugger active flag and kernel panic state
Все проверки выполнены успешно
Builds / ExectOS (i686, debug) (push) Successful in 32s
Builds / ExectOS (amd64, debug) (push) Successful in 34s
Builds / ExectOS (i686, release) (push) Successful in 45s
Builds / ExectOS (amd64, release) (push) Successful in 47s

Этот коммит содержится в:
2026-06-06 19:00:49 +02:00
родитель 7344c5ed4a
Коммит 678a0f4f48
2 изменённых файлов: 6 добавлений и 0 удалений

Просмотреть файл

@@ -12,6 +12,9 @@
/* Kernel initialization block passed by boot loader */
PKERNEL_INITIALIZATION_BLOCK KE::BootInformation::InitializationBlock = {};
/* Kernel panic state */
BOOLEAN KE::Crash::KernelPanic;
/* Kernel initial process */
EPROCESS KE::KProcess::InitialProcess;