Readme: add section about todo
This commit is contained in:
parent
9790807355
commit
0e598b7ee0
1 changed files with 3 additions and 0 deletions
|
@ -75,6 +75,9 @@ make distclean # Wipes the above, but also removes toolchain
|
||||||
| `mip` | Machine Interrupt Pending | Machine | Indicates pending interrupts. |
|
| `mip` | Machine Interrupt Pending | Machine | Indicates pending interrupts. |
|
||||||
| `mie` | Machine Interrupt Enable | Machine | Controls which interrupts are enabled. |
|
| `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
|
### Libc Implementations
|
||||||
|
|
||||||
[uClibc](https://uclibc.org/)
|
[uClibc](https://uclibc.org/)
|
||||||
|
|
Loading…
Add table
Reference in a new issue