wake-0 / fhvOS

This repository contains an os for the arm cortex a8 in combination with beaglebone.
GNU General Public License v2.0
7 stars 1 forks source link

[MMU] Handling L2 Translation Fault #100

Closed trylimits closed 9 years ago

trylimits commented 9 years ago

Atm. it seems that the L2 translation fault (fault state 7) is not handled correctly.

@mpe5651

trylimits commented 9 years ago

I think I found a solution for this issue. Seems to work pretty well. I will commit it after some testing.