mirror of
https://github.com/gbowne1/ClassicOS.git
synced 2025-10-13 21:25:07 -07:00
fixing minor bugs with single unit compilation in gcc with flags on
This commit is contained in:
@@ -96,7 +96,7 @@ void terminal_clear(void) {
|
||||
update_cursor();
|
||||
}
|
||||
|
||||
static void update_cursor() {
|
||||
void update_cursor() {
|
||||
uint16_t pos = cursor_y * VGA_WIDTH + cursor_x;
|
||||
|
||||
outb(0x3D4, 0x0F);
|
||||
|
Reference in New Issue
Block a user