Set 386 as default cpu type.

svn path=/trunk/; revision=9210
This commit is contained in:
James Tabor 2004-04-24 05:11:54 +00:00
parent aeef6123b6
commit d0983a67cd

View file

@ -41,7 +41,8 @@
ULONG KiPcrInitDone = 0;
static ULONG PcrsAllocated = 0;
static PHYSICAL_ADDRESS PcrPages[MAXIMUM_PROCESSORS];
ULONG Ke386CpuidFlags, Ke386CpuidFlags2, Ke386CpuidExFlags, Ke386Cpuid;
ULONG Ke386CpuidFlags, Ke386CpuidFlags2, Ke386CpuidExFlags;
ULONG Ke386Cpuid = 300;
#define X86_EFLAGS_ID (1 << 21)