Initial process and thread related structures
Some checks failed
ci/woodpecker/push/build Pipeline failed
Some checks failed
ci/woodpecker/push/build Pipeline failed
This commit is contained in:
@@ -17,3 +17,9 @@ VOID (*KeDbgPrint)(IN PWCHAR Format, IN ...) = NULL;
|
||||
|
||||
/* Kernel initialization block passed by boot loader */
|
||||
PKERNEL_INITIALIZATION_BLOCK KeInitializationBlock;
|
||||
|
||||
/* Kernel initial process */
|
||||
EPROCESS KeInitialProcess;
|
||||
|
||||
/* Kernel initial thread */
|
||||
ETHREAD KeInitialThread;
|
||||
|
Reference in New Issue
Block a user