cleanup arch api

This commit is contained in:
nub31
2025-09-06 01:27:13 +02:00
parent a3822dd350
commit 7b115e5b66
10 changed files with 115 additions and 43 deletions

View File

@@ -13,7 +13,7 @@ static vga_char_t* vga_buffer = (vga_char_t*)0xb8000;
static u8 cursor_row = 0;
static u8 cursor_col = 0;
void console_put_char(char c, u8 color)
void console_putchar(char c, u8 color)
{
switch (c)
{