1

fixed wrong bump allocator init

This commit is contained in:
churl
2022-05-07 14:30:40 +02:00
parent f6789b3950
commit 7f3c70f87a
10 changed files with 61 additions and 73 deletions

View File

@ -15,13 +15,11 @@
#include "user/HeapDemo.h"
int main() {
kout.clear();
// Speicherverwaltung initialisieren
allocator.init();
// Bildschirm loeschen.
kout.clear();
// text_demo();
// sound_demo();
// keyboard_demo();