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:
parent
ea565d0503
commit
d3949991ed
1 changed files with 3 additions and 1 deletions
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue