1
0
Fork 0
mirror of https://github.com/tailix/libkernaux.git synced 2024-12-04 11:25:18 -05:00

Plan framebuffer driver

This commit is contained in:
Alex Kotov 2021-12-15 20:34:02 +05:00
parent ea565d0503
commit d3949991ed
Signed by: kotovalexarian
GPG key ID: 553C0EBBEB5D5F08

View file

@ -27,8 +27,10 @@ API
* Runtime environment
* [Assertions](/include/kernaux/assert.h)
* [Example](/examples/assert.c)
* [Serial console](/include/kernaux/console.h)
* [Architecture-specific helpers](/include/kernaux/arch/)
* Device drivers (for debugging only)
* [Serial console](/include/kernaux/console.h)
* Framebuffer *(planned)*
* Algorithms
* [Simple command line parser](/include/kernaux/cmdline.h)
* [Example](/examples/cmdline.c)