Writing process is complete page-based virtualmemoryaddresstranslation process management and simulation page fault handling.
编写程序完成页式虚拟存储管理中地址转换过程和模拟缺页中断的处理。
2
As mentioned before, memory addresses that are referred by a process are virtual addresses and require translation to the physical address.
如前所述,进程所引用的内存地址是虚拟地址,需要将其转换成物理地址。
3
In order to optimize performance, including speed and the usage of its memory, CPU usually hires a Translation Lookaside Buffer(TLB) to translate the virtualaddress into physical address.