Enhance CPU identification with standard and extended feature support

This commit is contained in:
2025-10-05 21:01:41 +02:00
parent ec4e8c416c
commit 46cc5072af
4 changed files with 71 additions and 8 deletions

View File

@@ -359,6 +359,10 @@ typedef struct _CPU_IDENTIFICATION
USHORT Stepping;
CPU_VENDOR Vendor;
UCHAR VendorName[13];
UINT32 StandardFeaturesEcx;
UINT32 StandardFeaturesEdx;
UINT32 ExtendedFeaturesEcx;
UINT32 ExtendedFeaturesEdx;
} CPU_IDENTIFICATION, *PCPU_IDENTIFICATION;
/* CPUID registers */