Mon 14 Oct 23:06:38 CEST 2024

This commit is contained in:
sbosse 2024-10-14 23:07:32 +02:00
parent c9375c1ea8
commit 5b0f5cf2c2

9
kernel/font.h Normal file
View File

@ -0,0 +1,9 @@
#ifndef FONT_H
#define FONT_H
extern unsigned char fontdata[];
#define FONT_WIDTH 8
#define FONT_HEIGHT 8
#endif