首页
学习
活动
专区
圈层
工具
发布
社区首页 >问答首页 >无法运行wp8仿真器

无法运行wp8仿真器
EN

Stack Overflow用户
提问于 2013-01-05 13:56:24
回答 3查看 583关注 0票数 1

我尝试启动wp8仿真器,但它总是显示一般错误和失败。我使用coreinfo来显示系统信息

代码语言:javascript
复制
Intel(R) Core(TM) i3 CPU         530  @ 2.93GHz
Intel64 Family 6 Model 37 Stepping 2, GenuineIntel
HTT         -   Hyperthreading enabled
HYPERVISOR  *   Hypervisor is present
VMX         -   Supports Intel hardware-assisted virtualization
SVM         -   Supports AMD hardware-assisted virtualization
EM64T       *   Supports 64-bit mode

SMX         -   Supports Intel trusted execution
SKINIT      -   Supports AMD SKINIT

NX          *   Supports no-execute page protection
SMEP        -   Supports Supervisor Mode Execution Prevention
SMAP        -   Supports Supervisor Mode Access Prevention
PAGE1GB     -   Supports 1 GB large pages
PAE         *   Supports > 32-bit physical addresses
PAT         *   Supports Page Attribute Table
PSE         *   Supports 4 MB pages
PSE36       *   Supports > 32-bit address 4 MB pages
PGE         *   Supports global bit in page tables
SS          *   Supports bus snooping for cache operations
VME         *   Supports Virtual-8086 mode
RDWRFSGSBASE    -   Supports direct GS/FS base access

FPU         *   Implements i387 floating point instructions
MMX         *   Supports MMX instruction set
MMXEXT      -   Implements AMD MMX extensions
3DNOW       -   Supports 3DNow! instructions
3DNOWEXT    -   Supports 3DNow! extension instructions
SSE         *   Supports Streaming SIMD Extensions
SSE2        *   Supports Streaming SIMD Extensions 2
SSE3        *   Supports Streaming SIMD Extensions 3
SSSE3       *   Supports Supplemental SIMD Extensions 3
SSE4.1      *   Supports Streaming SIMD Extensions 4.1
SSE4.2      *   Supports Streaming SIMD Extensions 4.2

AES         -   Supports AES extensions
AVX         -   Supports AVX intruction extensions
FMA         -   Supports FMA extensions using YMM state
MSR         *   Implements RDMSR/WRMSR instructions
MTRR        *   Supports Memory Type Range Registers
XSAVE       -   Supports XSAVE/XRSTOR instructions
OSXSAVE     -   Supports XSETBV/XGETBV instructions
RDRAND      -   Supports RDRAND instruction
RDSEED      -   Supports RDSEED instruction

CMOV        *   Supports CMOVcc instruction
CLFSH       *   Supports CLFLUSH instruction
CX8         *   Supports compare and exchange 8-byte instructions
CX16        *   Supports CMPXCHG16B instruction
BMI1        -   Supports bit manipulation extensions 1
BMI2        -   Supports bit maniuplation extensions 2
ADX         -   Supports ADCX/ADOX instructions
DCA         -   Supports prefetch from memory-mapped device
F16C        -   Supports half-precision instruction
FXSR        *   Supports FXSAVE/FXSTOR instructions
FFXSR       -   Supports optimized FXSAVE/FSRSTOR instruction
MONITOR     -   Supports MONITOR and MWAIT instructions
MOVBE       -   Supports MOVBE instruction
ERMSB       -   Supports Enhanced REP MOVSB/STOSB
PCLULDQ     -   Supports PCLMULDQ instruction
POPCNT      *   Supports POPCNT instruction
SEP         *   Supports fast system call instructions
LAHF-SAHF   *   Supports LAHF/SAHF instructions in 64-bit mode
HLE         -   Supports Hardware Lock Elision instructions
RTM         -   Supports Restricted Transactional Memory instructions

DE          *   Supports I/O breakpoints including CR4.DE
DTES64      -   Can write history of 64-bit branch addresses
DS          *   Implements memory-resident debug buffer
DS-CPL      -   Supports Debug Store feature with CPL
PCID        -   Supports PCIDs and settable CR4.PCIDE
INVPCID     -   Supports INVPCID instruction
PDCM        -   Supports Performance Capabilities MSR
RDTSCP      *   Supports RDTSCP instruction
TSC         *   Supports RDTSC instruction
TSC-DEADLINE    -   Local APIC supports one-shot deadline timer
TSC-INVARIANT   *   TSC runs at constant rate
xTPR        -   Supports disabling task priority messages

EIST        -   Supports Enhanced Intel Speedstep
ACPI        -   Implements MSR for power management
TM          -   Implements thermal monitor circuitry
TM2         -   Implements Thermal Monitor 2 control
APIC        *   Implements software-accessible local APIC
x2APIC      *   Supports x2APIC

CNXT-ID     -   L1 data cache mode adaptive or BIOS

MCE         *   Supports Machine Check, INT18 and CR4.MCE
MCA         *   Implements Machine Check Architecture
PBE         -   Supports use of FERR#/PBE# pin

PSN         -   Implements 96-bit processor serial number

PREFETCHW   *   Supports PREFETCHW instruction

Logical to Physical Processor Map:
*  Physical Processor 0

Logical Processor to Socket Map:
*  Socket 0

Logical Processor to NUMA Node Map:
*  NUMA Node 0

Logical Processor to Cache Map:
*  Data Cache          0, Level 1,   32 KB, Assoc   8, LineSize  64
*  Instruction Cache   0, Level 1,   32 KB, Assoc   4, LineSize  64
*  Unified Cache       0, Level 2,  256 KB, Assoc   8, LineSize  64
*  Unified Cache       1, Level 3,    4 MB, Assoc  16, LineSize  64

Logical Processor to Group Map:
*  Group 0

我需要更换哪些硬件?

欢迎您的评论

EN

回答 3

Stack Overflow用户

回答已采纳

发布于 2013-01-05 16:28:17

您应该执行以下命令来验证EPT支持的扩展页表(SLAT)是否可用。

c:>核心信息-v

此标志将仅显示您的CPU的虚拟化功能。

例如,我的输出:

Coreinfo v3.2 -转储有关系统CPU和内存拓扑的信息版权所有(C) 2008-2012 Mark Russinovich Sysinternals www.sysinternals.com

英特尔(R)酷睿(TM)2四核CPU Q9650 @3.00 CPU

Intel64系列6型号23步进10,GenuineIntel

虚拟机管理程序-存在虚拟机管理程序VMX *支持英特尔硬件辅助虚拟化EPT -支持英特尔扩展页表(SLAT)

代码语言:javascript
复制
( asterisk means your CPU has it )

在这种情况下,我的机器不支持运行WP8仿真器的功能,因为我没有EPT (SLAT)功能。您通常需要英特尔i系列处理器。

票数 2
EN

Stack Overflow用户

发布于 2014-12-08 08:47:14

您可能安装了另一个虚拟化软件,如VMware,输出显示存在虚拟机管理程序。

票数 0
EN

Stack Overflow用户

发布于 2013-01-07 21:35:53

你的中央处理器(CPU6Model37Steping2)是5300,又名Clovertown,又名Core-Based-Xeon Intel64。

Nehalem Hyper-V需要SLAT (二级地址转换)或(在英特尔术语中) Win8 (扩展页表支持),它仅在Nehalem-based Xeon (或更新的)CPU上可用。

票数 -1
EN
页面原文内容由Stack Overflow提供。腾讯云小微IT领域专用引擎提供翻译支持
原文链接:

https://stackoverflow.com/questions/14169110

复制
相关文章

相似问题

领券
问题归档专栏文章快讯文章归档关键词归档开发者手册归档开发者手册 Section 归档