Added --init arg

This commit is contained in:
Alex
2022-11-02 17:13:35 +02:00
parent 7e7e89342d
commit efea5e7aaf
2 changed files with 16 additions and 1 deletions

View File

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