Add: basic framebuffer write call

This commit is contained in:
xamidev
2024-05-19 14:31:10 +02:00
parent 566860c6ea
commit 5cd61cf95c
11 changed files with 82 additions and 67 deletions

View File

@@ -11,6 +11,6 @@
void move_cursor(unsigned short pos);
void putchar(unsigned int i, char c, unsigned char fg, unsigned char bg);
int write(char *buf, unsigned int len);
void write(char *buf);
#endif