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

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