initial keyboard demo
This commit is contained in:
5
c_os/user/KeyboardDemo.cc
Normal file → Executable file
5
c_os/user/KeyboardDemo.cc
Normal file → Executable file
@ -13,4 +13,9 @@
|
||||
void keyboard_demo() {
|
||||
|
||||
/* Hier muess Code eingefuegt werden */
|
||||
|
||||
while (true) {
|
||||
kout << kb.key_hit();
|
||||
kout.flush();
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user