Merge branch 'main' into feature-03-memory-management
This commit is contained in:
10
c_os/main.cc
10
c_os/main.cc
@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user