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] Small fixes in the MMU code #77

Closed trylimits closed 9 years ago

trylimits commented 9 years ago

This issue is to track small changes in the MMU code. As @mpe5651 is probably the only one who really understands whats going on in the MMU he should review every change and confirm that the change is valid and correct.

Each commit should be very fine-grained!

trylimits commented 9 years ago

@mpe5651 Pls review especially the last commit. Without these changes the scheduler does not kick in properly (something is weirdly cached I guess). This commit disables caching of the MMU completely, but I really hope you can optimize this and keep the scheduler still working.

We also can discuss this tomorrow.

trylimits commented 9 years ago

MMU implementation is finished and working. I'm closing this ticket until it is relevant again.