Readme: More toro, structure links to libc's in a list

This commit is contained in:
Imbus 2025-09-02 02:59:01 +02:00
parent 0e598b7ee0
commit 6bbaec0294

View file

@ -77,11 +77,15 @@ make distclean # Wipes the above, but also removes toolchain
### TODO
- Kassert, some macro in the form of `ASSERT(condition, "This went wrong")`
- [FatFs](https://elm-chan.org/fsw/ff/)
- Integrate [Kconfig](https://github.com/ulfalizer/Kconfiglib)
### Libc Implementations
[uClibc](https://uclibc.org/)
[musl libc](https://musl.libc.org/)
[dietlibc](http://www.fefe.de/dietlibc/)
- [Libc reference](https://discapes.github.io/libc-reference/)
- [uClibc](https://uclibc.org/)
- [musl libc](https://musl.libc.org/)
- [dietlibc](http://www.fefe.de/dietlibc/)
[Comparison of C/POSIX standard library implementations for Linux](https://www.etalabs.net/compare_libcs.html) (by musl author)