forked from xamidev/pepperOS
Fixed kbd (buffer flush)
This commit is contained in:
@@ -22,6 +22,7 @@ extern struct flanterm_context* ft_ctx;
|
||||
// Overhead that could be avoided, right? (for printf)
|
||||
void _putchar(char character)
|
||||
{
|
||||
// TODO: Spinlock here (terminal access)
|
||||
flanterm_write(ft_ctx, &character, 1);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user