merge conflict
This commit is contained in:
parent
a5bc53102d
commit
9086a08555
@ -14,3 +14,9 @@ vga_write(s8 *sequence, s8 flags)
|
|||||||
i++;
|
i++;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
void vga_clearscreen() {
|
||||||
|
for (int i = 0; i <= SIZE; i++) {
|
||||||
|
VGA_START[i] = 0;
|
||||||
|
}
|
||||||
|
}
|
Loading…
Reference in New Issue
Block a user