aboutsummaryrefslogtreecommitdiff
path: root/sys/lib
diff options
context:
space:
mode:
authorIan Moffett <ian@osmora.org>2024-02-25 22:28:09 -0500
committerIan Moffett <ian@osmora.org>2024-02-25 22:30:15 -0500
commitd4372855f00cb47ccfa60db79c5ee35c17f96707 (patch)
tree6efffc5617fc4c66a38d2e41a7990ddd7534c922 /sys/lib
parent752ae0d0c23d1edf9b2ce563c4e82283dffd273a (diff)
kernel: Move video console code
This commit introduces a video console driver to Hyra and replaces that weird tty.c file used only for video console logic Signed-off-by: Ian Moffett <ian@osmora.org>
Diffstat (limited to 'sys/lib')
-rw-r--r--sys/lib/sysfont.c (renamed from sys/lib/tty_font.c)2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/lib/tty_font.c b/sys/lib/sysfont.c
index a5a8c89..e5ae2aa 100644
--- a/sys/lib/tty_font.c
+++ b/sys/lib/sysfont.c
@@ -27,7 +27,7 @@
* POSSIBILITY OF SUCH DAMAGE.
*/
-#include <lib/tty_font.h>
+#include <lib/sysfont.h>
const uint8_t DEFAULT_FONT_DATA[] = {