Add FeatureBits field to CPU identification structure

This commit is contained in:
2026-05-14 19:28:45 +02:00
parent ca4f3acc0e
commit ac675b037e
2 changed files with 2 additions and 0 deletions

View File

@@ -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;