term_fix #8
@@ -202,7 +202,7 @@ void keyboard_handler()
|
|||||||
if (c)
|
if (c)
|
||||||
{
|
{
|
||||||
// Should probably have a keyboard buffer here... instead of this
|
// Should probably have a keyboard buffer here... instead of this
|
||||||
//putchar(c);
|
putchar(c);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -122,7 +122,7 @@ void kmain()
|
|||||||
{
|
{
|
||||||
printf("testing, attention please %d\n", i);
|
printf("testing, attention please %d\n", i);
|
||||||
}
|
}
|
||||||
term_scroll();
|
// term_scroll();
|
||||||
|
|
||||||
hcf();
|
hcf();
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user