Added SIMD option in kernel arguments

This commit is contained in:
Alex
2023-03-13 23:59:55 +02:00
parent 3738e9b018
commit c6e8efa22e
3 changed files with 18 additions and 0 deletions

View File

@ -14,6 +14,7 @@ struct KernelConfig
int Cores;
int IOAPICInterruptCore;
bool UnlockDeadLock;
bool SIMD;
};
KernelConfig ParseConfig(char *Config);