aboutsummaryrefslogtreecommitdiff
path: root/src/kern/mpu
Commit message (Collapse)AuthorAge
* run clang-format.Josh Rahm2021-10-26
|
* Primitive ability to call kernel code from userspace.Josh Rahm2020-11-25
|
* Add module for controlling the MPU.Josh Rahm2020-11-25
The MPU is a module in arm chips which allow for memory access protection. They are more primitive than full MMUs, but can still provide at least basic access control between different process controls.