Set process and thread information in processor control block

Este commit está contenido en:
2023-02-09 17:30:24 +01:00
padre 47f399e987
commit e645cf664c
Se han modificado 4 ficheros con 10 adiciones y 2 borrados

Ver fichero

@@ -445,6 +445,8 @@ typedef struct _KPROCESSOR_CONTROL_BLOCK
ULONG MxCsr;
UCHAR Number;
PKTHREAD CurrentThread;
PKTHREAD IdleThread;
PKTHREAD NextThread;
ULONG64 RspBase;
ULONG_PTR SetMember;
KPROCESSOR_STATE ProcessorState;