1

Vorgabe01 Aufgabe01

This commit is contained in:
churl
2022-04-16 14:46:02 +02:00
parent d106ef85fa
commit 702eb9cbbd
20 changed files with 1813 additions and 0 deletions

18
user/TextDemo.cc Executable file
View File

@ -0,0 +1,18 @@
/*****************************************************************************
* *
* T E X T D E M O *
* *
*---------------------------------------------------------------------------*
* Beschreibung: Testausgaben für den CGA-Treiber. *
* *
* Autor: Michael Schoettner, HHU, 26.10.2018 *
*****************************************************************************/
#include "kernel/Globals.h"
void text_demo() {
/* Hier muess Code eingefuegt werden */
}