64位CPU的虚拟86模式哪去了?

发布于 2022-08-29 18:17:57 字数 64 浏览 9 评论 0

32位cpu有实模式、保护模式和虚拟-86模式,64位有实模式、保护模式和长模式.
虚拟-86模式呢?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

牛↙奶布丁 2022-09-05 18:17:57

因为有传统模式(但是只能支持16bit/32bit长的opcode,因此不能在64位环境下执行):

https://en.wikipedia.org/wiki/X86-64#Operating_modes

Legacy mode:

the mode used by 16-bit ('protected mode' or 'real mode') and 32-bit operating systems. In this mode, the processor acts like a 32-bit x86 processor, and only 16-bit and 32-bit code can be executed. Legacy mode allows for a maximum of 32 bit virtual addressing which limits the virtual address space to 4 GB.1(p24)(p118) 64-bit programs cannot be run from legacy mode.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文