Add FeatureBits field to CPU identification structure
All checks were successful
All checks were successful
This commit is contained in:
@@ -431,6 +431,7 @@ typedef VOID (*PINTERRUPT_HANDLER)(PKTRAP_FRAME TrapFrame);
|
||||
typedef struct _CPU_IDENTIFICATION
|
||||
{
|
||||
USHORT Family;
|
||||
ULONGLONG FeatureBits;
|
||||
USHORT Model;
|
||||
USHORT Stepping;
|
||||
CPU_VENDOR Vendor;
|
||||
|
||||
Reference in New Issue
Block a user