Readme: add section about todo

This commit is contained in:
Imbus 2025-09-02 02:51:50 +02:00
parent 9790807355
commit 0e598b7ee0

View file

@ -75,6 +75,9 @@ make distclean # Wipes the above, but also removes toolchain
| `mip` | Machine Interrupt Pending | Machine | Indicates pending interrupts. |
| `mie` | Machine Interrupt Enable | Machine | Controls which interrupts are enabled. |
### TODO
- Kassert, some macro in the form of `ASSERT(condition, "This went wrong")`
### Libc Implementations
[uClibc](https://uclibc.org/)