fix
This commit is contained in:
parent
1b219ee054
commit
d859674db7
|
@ -1 +1,10 @@
|
||||||
|
#define VGA_START 0xB8000
|
||||||
|
#define SIZE 4000
|
||||||
|
|
||||||
|
void vga_write(char*, char, short) {
|
||||||
|
|
||||||
|
}
|
||||||
|
|
||||||
|
void vga_clearscreen() {
|
||||||
|
|
||||||
|
}
|
Loading…
Reference in New Issue