mirror of
https://github.com/Fennix-Project/Kernel.git
synced 2025-07-10 14:59:19 +00:00
Added SIMD option in kernel arguments
This commit is contained in:
@ -14,6 +14,7 @@ struct KernelConfig
|
||||
int Cores;
|
||||
int IOAPICInterruptCore;
|
||||
bool UnlockDeadLock;
|
||||
bool SIMD;
|
||||
};
|
||||
|
||||
KernelConfig ParseConfig(char *Config);
|
||||
|
Reference in New Issue
Block a user