fix(kernel/bootstrap): enable SSE

This shouldn't be an issue, I guess all 64-bit CPU's support SSE anyway...
This commit is contained in:
2025-04-22 21:24:51 +00:00
parent 1e4d404a43
commit c254b96256
2 changed files with 10 additions and 5 deletions

View File

@ -24,7 +24,8 @@
"kernel/std",
"kernel/vfs",
"kernel/memory",
"kernel/efi"
"kernel/efi",
"kernel/bootstrap"
]
}
}