Set process and thread information in processor control block
All checks were successful
ci/woodpecker/push/build Pipeline was successful

This commit is contained in:
2023-02-09 17:30:24 +01:00
parent 47f399e987
commit e645cf664c
4 changed files with 10 additions and 2 deletions

View File

@@ -348,6 +348,8 @@ typedef struct _KPROCESSOR_STATE
typedef struct _KPROCESSOR_CONTROL_BLOCK
{
PKTHREAD CurrentThread;
PKTHREAD IdleThread;
PKTHREAD NextThread;
UCHAR Number;
ULONG_PTR SetMember;
KPROCESSOR_STATE ProcessorState;