mirror of
https://github.com/Fennix-Project/Kernel.git
synced 2025-07-10 14:59:19 +00:00
Driver directory can be modified by config
This commit is contained in:
@ -8,6 +8,7 @@ struct KernelConfig
|
||||
{
|
||||
Memory::MemoryAllocatorType AllocatorType;
|
||||
bool SchedulerType;
|
||||
char DriverDirectory[256];
|
||||
int Cores;
|
||||
};
|
||||
|
||||
|
Reference in New Issue
Block a user