Added new kernel param

This commit is contained in:
Alex
2023-03-06 03:33:34 +02:00
parent ac88a1edb7
commit 546efd37d0
3 changed files with 18 additions and 3 deletions

View File

@ -12,6 +12,7 @@ struct KernelConfig
char InitPath[256];
bool InterruptsOnCrash;
int Cores;
int IOAPICInterruptCore;
bool UnlockDeadLock;
};