[Zion] Enable SSE instructions at the start of boot.

These aren't ready to be used yet as we need to save them on task
switch.
This commit is contained in:
Drew Galbraith 2023-11-20 16:40:07 -08:00
parent 9b43d615a9
commit a1e1e1c2d8
5 changed files with 48 additions and 0 deletions

View file

@ -2,6 +2,7 @@ add_executable(zion
boot/acpi.cpp
boot/boot_info.cpp
capability/capability_table.cpp
common/cpu.cpp
common/gdt.cpp
common/load_gdt.s
common/msr.cpp