twizzler-operating-system / twizzler

The Twizzler Operating System
BSD 3-Clause "New" or "Revised" License
66 stars 14 forks source link

Fix CPU feature enabling on older CPUs. #79

Closed dbittman closed 2 years ago

dbittman commented 2 years ago

This commit fixes the kernel's reliance on rd/wrfs/gsbase instructions and falls back to fxsave/etc instructions when xsave is not present.

This addresses #75