1

Implement SchedulerService

This commit is contained in:
2022-12-08 17:13:37 +01:00
parent 312b844916
commit 42d0bcf2f4
2 changed files with 0 additions and 8 deletions

View File

@ -19,11 +19,7 @@ Device::PIT pit(10000); // 10000
Device::PCSPK pcspk; // PC-Lautsprecher
Device::Keyboard kb; // Tastatur
// BumpAllocator allocator;
LinkedListAllocator allocator;
// TreeAllocator allocator;
Scheduler scheduler;
KeyEventManager kevman;
Device::SerialOut serial;

View File

@ -38,11 +38,7 @@ extern Device::PIT pit; // Zeitgeber
extern Device::PCSPK pcspk; // PC-Lautsprecher
extern Device::Keyboard kb; // Tastatur
// extern BumpAllocator allocator;
extern LinkedListAllocator allocator;
// extern TreeAllocator allocator;
extern Scheduler scheduler;
extern KeyEventManager kevman;
extern Device::SerialOut serial;