Add: read keyboard input (getch)

This commit is contained in:
xamidev
2024-07-21 15:23:32 +02:00
parent b8faf9dd8e
commit 05393b36f8
7 changed files with 53 additions and 2 deletions

View File

@@ -20,5 +20,6 @@ void irq_uninstall_handler(int irq);
void timer_install();
void delay(int ticks);
void keyboard_install();
char keyboard_getchar();
#endif