1

use tree allocator

This commit is contained in:
churl
2022-05-10 00:21:00 +02:00
parent b7fbb822c1
commit 824b8e9ddf
3 changed files with 9 additions and 4 deletions

View File

@ -16,4 +16,5 @@ CGA_Stream kout; // Ausgabe-Strom fuer Kernel
Keyboard kb; // Tastatur
unsigned int total_mem; // RAM total
// BumpAllocator allocator;
LinkedListAllocator allocator;
// LinkedListAllocator allocator;
TreeAllocator allocator;