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
1 changed files with 3 additions and 1 deletions

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)