mirror of
https://github.com/EnderIce2/Fennix.git
synced 2025-05-28 15:34:31 +00:00
feat(kernel): enable SIMD by default
Signed-off-by: EnderIce2 <enderice2@protonmail.com>
This commit is contained in:
parent
527e1708ce
commit
fc588f10bc
@ -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,
|
||||||
};
|
};
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user