1

fix treeallocator bug and reenable

This commit is contained in:
2022-07-04 14:54:14 +02:00
parent 455c9c5557
commit 7fe5d8e956
3 changed files with 10 additions and 7 deletions

View File

@ -17,9 +17,9 @@ Keyboard kb; // Tastatur
IntDispatcher intdis; // Unterbrechungsverteilung
PIC pic; // Interrupt-Controller
unsigned int total_mem; // RAM total
BumpAllocator allocator;
// BumpAllocator allocator;
// LinkedListAllocator allocator;
// TreeAllocator allocator;
TreeAllocator allocator;
Scheduler scheduler;
BIOS bios; // Schnittstelle zum 16-Bit BIOS
VESA vesa; // VESA-Treiber