Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
为什么发明这种模式? 他们为什么不将总线从 20 位扩大到 32 位并坚持实模式?
因为保护模式提供的不仅仅是更大的地址池。它添加了诸如保护环、特权 I/O、增强的寄存器集和大小之类的东西。这允许诸如能够进行适当的进程隔离之类的事情,以便一个流氓进程不会使整台机器崩溃。它还允许虚拟设备和虚拟内存之类的东西。