Driver directory can be modified by config

This commit is contained in:
Alex
2022-11-01 19:58:35 +02:00
parent 89c173bb31
commit 971f64b958
3 changed files with 26 additions and 6 deletions

View File

@ -8,6 +8,7 @@ struct KernelConfig
{
Memory::MemoryAllocatorType AllocatorType;
bool SchedulerType;
char DriverDirectory[256];
int Cores;
};