1

add Vorgabe02

This commit is contained in:
churl
2022-04-25 20:52:34 +02:00
parent 263563c105
commit 356625e647
8 changed files with 552 additions and 3 deletions

16
c_os/user/KeyboardDemo.cc Normal file
View File

@ -0,0 +1,16 @@
/*****************************************************************************
* *
* K E Y B O A R D D E M O *
* *
*---------------------------------------------------------------------------*
* Beschreibung: Testausgaben für den CGA-Treiber. *
* *
* Autor: Michael Schoettner, HHU, 26.10.2018 *
*****************************************************************************/
#include "kernel/Globals.h"
void keyboard_demo() {
/* Hier muess Code eingefuegt werden */
}