lycus / satori

Libraries and tools for the Epiphany processor architecture.
http://lycus.org
Other
1 stars 0 forks source link

Implement memory protection #21

Open alexrp opened 10 years ago

alexrp commented 10 years ago

Really simple stuff. Just need to respect the MEMPROTECT register and update the MEMSTATUS register. This should be done in the Memory class.

We do need to figure out what MEMRESERVE and MEMCONFIG are, though: http://forums.parallella.org/viewtopic.php?f=8&t=933

alexrp commented 10 years ago

OK, the latter two registers are implementation-specific and/or don't actually exist. We should ignore them.