Add ExtendedFeatureBits field

This commit is contained in:
2026-05-14 21:37:11 +02:00
parent ed52d421ea
commit 63d18aad1e
2 changed files with 2 additions and 0 deletions

View File

@@ -430,6 +430,7 @@ typedef VOID (*PINTERRUPT_HANDLER)(PKTRAP_FRAME TrapFrame);
/* Processor identification information */
typedef struct _CPU_IDENTIFICATION
{
ULONGLONG ExtendedFeatureBits;
USHORT Family;
ULONGLONG FeatureBits;
USHORT Model;