vga_clearscreen
This commit is contained in:
parent
a127d78ce9
commit
55f0657bdd
@ -6,5 +6,7 @@ void vga_write(char*, char, short) {
|
|||||||
}
|
}
|
||||||
|
|
||||||
void vga_clearscreen() {
|
void vga_clearscreen() {
|
||||||
|
for (int i = 0; i <= SIZE; i++) {
|
||||||
|
VGA_START[i] = 0;
|
||||||
|
}
|
||||||
}
|
}
|
Loading…
Reference in New Issue
Block a user