Set 386 as default cpu type.
authorJames Tabor <james.tabor@reactos.org>
Sat, 24 Apr 2004 05:11:54 +0000 (05:11 +0000)
committerJames Tabor <james.tabor@reactos.org>
Sat, 24 Apr 2004 05:11:54 +0000 (05:11 +0000)
svn path=/trunk/; revision=9210

reactos/ntoskrnl/ke/i386/kernel.c

index 359e36d..0f8bdbf 100644 (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)