开发者

NTOSKRNL.EXE vs NTKRNLMP.EXE vs NTKRNLPA.EXE vs NTKRPAMP.EXE [closed]

Closed. This question is off-topic. It is not currently accepting answers.
开发者_如何学C

Want to improve this question? Update the question so it's on-topic for Stack Overflow.

Closed 12 years ago.

Improve this question

NTOSKRNL.EXE vs NTKRNLMP.EXE vs NTKRNLPA.EXE vs NTKRPAMP.EXE

what differ it

i have intel core2 duo processor , my kernel file must be which ?


"NTKRNLMP.EXE vs NTKRNLMP.EXE vs NTKRNLMP.EXE" <-- no difference here. Please consider rewriting your question to include some more detail and try googling the different exe's yourself.

Included is the "explanation" from wikipedia:

Names of kernel

  • NTOSKRNL.EXE : 1 CPU
  • NTKRNLMP.EXE : N CPU SMP
  • NTKRNLPA.EXE : 1 CPU, PAE
  • NTKRPAMP.EXE : N CPU SMP, PAE

So basically the NTOSKRNL.EXE is the NT kernel for 1 CPU, NTKRNLPA.EXE is for 1 CPu with physical address extension (PAE) support. NTKRNLMP.EXE is for multiple CPUs, NTKRPAMP.EXE is for multiple CPUs + PAE.

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜