1
0
forkattu lähteestä xt-sys/exectos

Add FeatureBits field to CPU identification structure

This commit is contained in:
2026-05-14 19:28:45 +02:00
vanhempi ca4f3acc0e
commit ac675b037e
2 muutettua tiedostoa jossa 2 lisäystä ja 0 poistoa

Näytä tiedosto

@@ -431,6 +431,7 @@ typedef VOID (*PINTERRUPT_HANDLER)(PKTRAP_FRAME TrapFrame);
typedef struct _CPU_IDENTIFICATION typedef struct _CPU_IDENTIFICATION
{ {
USHORT Family; USHORT Family;
ULONGLONG FeatureBits;
USHORT Model; USHORT Model;
USHORT Stepping; USHORT Stepping;
CPU_VENDOR Vendor; CPU_VENDOR Vendor;

Näytä tiedosto

@@ -396,6 +396,7 @@ typedef VOID (*PINTERRUPT_HANDLER)(PKTRAP_FRAME TrapFrame);
typedef struct _CPU_IDENTIFICATION typedef struct _CPU_IDENTIFICATION
{ {
USHORT Family; USHORT Family;
ULONGLONG FeatureBits;
USHORT Model; USHORT Model;
USHORT Stepping; USHORT Stepping;
CPU_VENDOR Vendor; CPU_VENDOR Vendor;