Booting an i486 with "no387 nofxsr" ends with with the following crash: math_emulate: 0060:c101987d Kernel panic - not syncing: Math emulation needed in kernel on the first context switch in user land. The reason is that copy_fpregs_to_fpstate() tries FNSAVE which does not work as the FPU is turned off. This bug was introduced in: |
||
---|---|---|
.. | ||
api.h | ||
internal.h | ||
regset.h | ||
signal.h | ||
types.h | ||
xstate.h |