Improved (more like fixed) a couple things

This commit is contained in:
cowmonk 2025-04-17 23:21:59 -07:00
parent 16103b0011
commit 4a6c2e2656
2 changed files with 4 additions and 4 deletions

View file

@ -41,10 +41,10 @@ vga_entry(unsigned char uc, uint8_t color)
#define VGA_HEIGHT 25
#define VGA_MEMORY 0xB8000 /* VGA memory location */
void term init(void);
void term_init(void);
void term_setcolor(uint8_t color);
void term_putentryat(char c, uint8_t color, size_t x, size_t y);
void term_putchar(char c);
void term_writestr(const char* data);
#endif #VGA_H
#endif // VGA_H