Skip to content
  • Jonas Termansen's avatar
    Added support for saving FPU registers upon context switch. · 7d39906a
    Jonas Termansen authored
    This code uses the cr0 task switched bit to disable the FPU upon task
    switch, which allows the kernel to delay copying the registers until
    another task starts using them. Or better yet, if no other thread actually
    uses the registers, then it won't need to do any copying at all!
    7d39906a