From 7d5d2f9bb363f95db585092f43fe5a1eefe588f1 Mon Sep 17 00:00:00 2001 From: erwan Date: Thu, 7 Sep 2006 20:11:45 +0200 Subject: [PATCH] Before this fix, the cpu flags were shifted (cherry picked from b1ffc5a7732118170aaa3f6267ab821e5a237c20 commit) --- com32/include/dmi/dmi_processor.h | 3 +++ 1 file changed, 3 insertions(+) diff --git a/com32/include/dmi/dmi_processor.h b/com32/include/dmi/dmi_processor.h index 4473d935..34177202 100644 --- a/com32/include/dmi/dmi_processor.h +++ b/com32/include/dmi/dmi_processor.h @@ -78,6 +78,7 @@ bool pae; bool mce; bool cx8; bool apic; +bool null_10; bool sep; bool mtrr; bool pge; @@ -87,6 +88,7 @@ bool pat; bool pse_36; bool psn; bool clfsh; +bool null_20; bool ds; bool acpi; bool mmx; @@ -96,6 +98,7 @@ bool sse2; bool ss; bool htt; bool tm; +bool null_30; bool pbe; } __attribute__((__packed__)) s_cpu_flags; -- 2.11.4.GIT