mirror of
https://github.com/taigrr/gopher-os
synced 2026-03-23 03:32:40 -07:00
The go compiler uses SSE instructions to optimize some of the generated code. We need to explicitly enable SSE support by manipulating the appropriate CR flags; otherwise the kernel will triple-fault