1

Merge branch 'main' into feature-03-memory-management

This commit is contained in:
churl
2022-05-06 17:33:23 +02:00
8 changed files with 220 additions and 196 deletions

View File

@ -22,12 +22,10 @@ int main() {
// Bildschirm loeschen.
kout.clear();
// Startmeldung ausgeben
kout << "Yo it's booting" << endl;
text_demo();
// sound_demo();
keyboard_demo();
heap_demo();
while (1)
;
while (1) {};
return 0;
}