mirror of
https://github.com/reactos/reactos.git
synced 2025-02-24 17:34:57 +00:00
Set 386 as default cpu type.
svn path=/trunk/; revision=9210
This commit is contained in:
parent
aeef6123b6
commit
d0983a67cd
1 changed files with 2 additions and 1 deletions
|
@ -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)
|
||||
|
||||
|
|
Loading…
Reference in a new issue