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