1

initial keyboard demo

This commit is contained in:
churl
2022-04-28 00:40:34 +02:00
parent 2861c07c1a
commit ac5173ff66
7 changed files with 35 additions and 14 deletions

5
c_os/user/KeyboardDemo.cc Normal file → Executable file
View File

@ -13,4 +13,9 @@
void keyboard_demo() {
/* Hier muess Code eingefuegt werden */
while (true) {
kout << kb.key_hit();
kout.flush();
}
}