feat(kernel): enable SIMD by default

Signed-off-by: EnderIce2 <enderice2@protonmail.com>
This commit is contained in:
EnderIce2 2025-03-24 15:05:14 +00:00
parent 527e1708ce
commit fc588f10bc
No known key found for this signature in database
GPG Key ID: 2EE20AF089811A5A

View File

@ -48,7 +48,7 @@ struct KernelConfig Config = {
.Cores = 0, .Cores = 0,
.IOAPICInterruptCore = 0, .IOAPICInterruptCore = 0,
.UnlockDeadLock = false, .UnlockDeadLock = false,
.SIMD = false, .SIMD = true,
.Quiet = false, .Quiet = false,
}; };