1

update demos

This commit is contained in:
2022-07-22 02:34:15 +02:00
parent 4327789db6
commit 4bd216b594
8 changed files with 12 additions and 26 deletions

View File

@ -72,7 +72,7 @@ void HeapDemo::run() {
allocator.dump_free_memory();
kout << "HEAP_DEMO END ===============================================================" << endl;
kout.unlock();
kout.unlock();
scheduler.exit();
}