32 bit operating system but x64 processor?

半世苍凉 提交于 2019-12-12 05:48:46

问题


Is it possible to have "32 bit operating system" running on "64 bit processor" ?

What happens when I target my runtime in .net to x-64 and my OS is 32 bit ?

One more to add "by the way what is meant by 32 bit OS (vs 32 bit processor)" ?


回答1:


  1. Yes; the x64 processor is just an extension of x86, which is a 32-bit processor.

  2. It will not run.

  3. It means the OS contains code for running on a 32-bit processor.



来源:https://stackoverflow.com/questions/9816282/32-bit-operating-system-but-x64-processor

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!