From d3949991ed080ced0aeeea2a6b06fa313e6dc3b4 Mon Sep 17 00:00:00 2001 From: Alex Kotov Date: Wed, 15 Dec 2021 20:34:02 +0500 Subject: [PATCH] Plan framebuffer driver --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 11a437e..9579285 100644 --- a/README.md +++ b/README.md @@ -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)