kayws426 / embox

Automatically exported from code.google.com/p/embox
0 stars 1 forks source link

Add PowerPC MMU Support #706

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
Today Embox supports MMU for different architectures such as ARM, Microblaze, 
Sparc and x86. To provide a MMU support on all architectures we lack PowerPC. 
The goal of this project is to add MMU support for PowerPC under Embox.

Since Embox already supports a MMU on other platforms you should implement only 
architecture-dependent part which includes:

* Initialization of the MMU subsystem
* Handling of the MMU interrupts

Original issue reported on code.google.com by ki.stfu on 17 Sep 2014 at 9:28