finished tty system for now

This commit is contained in:
justuswolff
2026-03-19 19:19:51 +01:00
parent fa6c48ae7e
commit d5de6c04ab
8 changed files with 41 additions and 8 deletions

View File

@@ -153,6 +153,7 @@ static uint8_t VGA_basic8x8font[128][8] = {
static uint8_t VGA_palette[256][3];
void VGA_setchar(virtualConsole* con, uint8_t x, uint8_t y, char val);
void VGA_renderchar(virtualConsole* con);
void _VGA_renchar(uint8_t x, uint8_t y, char val, uint8_t fcolor[3], uint8_t bcolor[3]);
static uint8_t* VGA_fbuf = (unsigned char*)0xA0000;
static uint8_t VGA_values[] = { // THIS. THIS IS CANCER.
// MISC