enable list allocator until i fix the other one
This commit is contained in:
@ -22,8 +22,8 @@ Keyboard kb; // Tastatur
|
|||||||
PCSPK pcspk; // PC-Lautsprecher
|
PCSPK pcspk; // PC-Lautsprecher
|
||||||
|
|
||||||
// BumpAllocator allocator;
|
// BumpAllocator allocator;
|
||||||
// LinkedListAllocator allocator;
|
LinkedListAllocator allocator;
|
||||||
TreeAllocator allocator;
|
// TreeAllocator allocator;
|
||||||
Scheduler scheduler;
|
Scheduler scheduler;
|
||||||
|
|
||||||
unsigned int total_mem; // RAM total
|
unsigned int total_mem; // RAM total
|
||||||
|
|||||||
@ -36,8 +36,8 @@ extern Keyboard kb; // Tastatur
|
|||||||
extern PCSPK pcspk; // PC-Lautsprecher
|
extern PCSPK pcspk; // PC-Lautsprecher
|
||||||
|
|
||||||
// extern BumpAllocator allocator;
|
// extern BumpAllocator allocator;
|
||||||
// extern LinkedListAllocator allocator;
|
extern LinkedListAllocator allocator;
|
||||||
extern TreeAllocator allocator;
|
// extern TreeAllocator allocator;
|
||||||
extern Scheduler scheduler;
|
extern Scheduler scheduler;
|
||||||
|
|
||||||
constexpr bool DEBUG = true;
|
constexpr bool DEBUG = true;
|
||||||
|
|||||||
Reference in New Issue
Block a user