The MMU Implementation of Unity-1 Microprocessor

Cheng Xu,Zhu Dexin
DOI: https://doi.org/10.3772/j.issn.1006-6748.2003.04.007
2003-01-01
Abstract:Virtual memory management is always a very essential issue of the modern microprocessor design. A memory management unit (MMU) is designed to implement a virtual machine for user programs, and provides a management mechanism between the operating system and user programs. This paper analyzes the tradeoffs considered in the MMU design of Unity-11 CPU of Peking University, and introduces in detail the solution of pure hardware table walking with two-level page table organization. The implementation takes care of required operations and high performances needed by modern operating systems and low costs needed by embedded systems. This solution has been silicon proven, and successfully porting the Linux 2.4.17 kernel, the Xwindow system, GNOME and most application software onto the Unity platform.
What problem does this paper attempt to address?