1
0
feito fork de xt-sys/exectos

Update KPROCESSOR_BLOCK structure

Esse commit está contido em:
2024-05-07 16:20:40 +02:00
commit 276eb77862
2 arquivos alterados com 22 adições e 6 exclusões

Ver arquivo

@@ -526,8 +526,13 @@ typedef struct _KPROCESSOR_BLOCK
PKIDTENTRY IdtBase;
KRUNLEVEL RunLevel;
KPROCESSOR_CONTROL_BLOCK Prcb;
ULONG Irr;
ULONG IrrActive;
ULONG Idr;
ULONG ContextSwitches;
KAFFINITY SetMember;
ULONG StallScaleFactor;
UCHAR CpuNumber;
} KPROCESSOR_BLOCK, *PKPROCESSOR_BLOCK;
/* Thread Environment Block (TEB) structure definition */