1

switch to linkedlistallocator + demo

This commit is contained in:
churl
2022-05-08 15:58:36 +02:00
parent 20f4fa05db
commit 0f1a45af47
3 changed files with 6 additions and 8 deletions

View File

@ -15,5 +15,5 @@ PCSPK pcspk; // PC-Lautsprecher
CGA_Stream kout; // Ausgabe-Strom fuer Kernel
Keyboard kb; // Tastatur
unsigned int total_mem; // RAM total
BumpAllocator allocator;
//LinkedListAllocator allocator;
// BumpAllocator allocator;
LinkedListAllocator allocator;