While I was working on docs for this I decided to double check what we *actually* end up with in x86_default_fpu, and it turns out there was some junk from the STX/MMX registers in there. This patch remedies the issue.
The following changes since commit 3239f74daaf67295d1ae65b52cee8f053bb2945e: Set qemu's port-forwarding to port 22 (2016-04-07 14:14:51 -0400) are available in the git repository at: [email protected]:mtaufen/akaros.git fp-boot-cleanup for you to fetch changes up to 388d35319cbdf324bdbf5f326b9f965da8b81199: Clear x86_default_fpu STX/MMX register state at boot (2016-04-12 09:22:20 -0700) ---------------------------------------------------------------- Michael Taufen (1): Clear x86_default_fpu STX/MMX register state at boot kern/arch/x86/init.c | 40 +++++++++++++++++++++++++++++----------- kern/arch/x86/smp_boot.c | 2 +- 2 files changed, 30 insertions(+), 12 deletions(-) -- Michael Taufen [email protected] -- You received this message because you are subscribed to the Google Groups "Akaros" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. For more options, visit https://groups.google.com/d/optout.
