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:
@ -218,6 +218,9 @@ namespace CPU
|
||||
SSESupport = true;
|
||||
}
|
||||
|
||||
if (!Config.SIMD)
|
||||
SSESupport = false;
|
||||
|
||||
if (PGESupport)
|
||||
{
|
||||
debug("Enabling global pages support...");
|
||||
|
Reference in New Issue
Block a user