Remove VGA driver delay on newline
This commit is contained in:
parent
f88622c154
commit
78357920ab
@ -57,12 +57,6 @@ void vga_write_string(const char* string) {
|
|||||||
if (c=='\n') {
|
if (c=='\n') {
|
||||||
x=0;
|
x=0;
|
||||||
y++;
|
y++;
|
||||||
#pragma GCC diagnostic push
|
|
||||||
#pragma GCC diagnostic ignored "-Wunused-value"
|
|
||||||
for (int i=0;i<67108864;i++) {
|
|
||||||
1+1;
|
|
||||||
}
|
|
||||||
#pragma GCC diagnostic pop
|
|
||||||
} else {
|
} else {
|
||||||
set_char(x,y,c);
|
set_char(x,y,c);
|
||||||
x++;
|
x++;
|
||||||
|
Loading…
Reference in New Issue
Block a user