Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Add priv.h/c to allow switching to user mode. Change some things with the ↵ | Josh Rahm | 2020-11-25 |
| | | | | MPU in main() to actually work. | ||
* | Add module for controlling the MPU. | Josh Rahm | 2020-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. | ||
* | Changes to painic. It now prints the stack at the time of failure (if ↵ | Josh Rahm | 2020-11-24 |
| | | | | logging is initialized). | ||
* | Fix kalloc. Now the HEAP START and HEAP END globals are defined by the ↵ | Josh Rahm | 2020-11-24 |
| | | | | linker script. | ||
* | Add better logging capabilities, including the ability to panic. | Josh Rahm | 2020-11-24 |
| | |||
* | Update .clang-format and run it on filse | Josh Rahm | 2020-11-24 |
| | |||
* | rename halloc to kalloc | Josh Rahm | 2020-11-24 |
| | |||
* | Moved action to top level. | Josh Rahm | 2020-11-24 |
Removed old iterations of the project and moved the files from 02-usart to the root directory since that's the sole place where the action is and that subproject has outgrown its initial title. |