mirror of
https://github.com/genodelabs/genode.git
synced 2025-05-31 06:31:10 +00:00
Also disable TS (task switch) flag in cr0 during kernel initialization, so FPU faults are not raised. This became necessary since GCC lately aggressively generates FPU instructions at arbitrary places and also at early kernel-bootstrapping stages. fixes #3365