Cc: Rene Herman <rene.herman@...>, Alan Cox <alan@...>, David P. Reed <dpreed@...>, Rene Herman <rene.herman@...>, Ingo Molnar <mingo@...>, Paul Rolland <rol@...>, Pavel Machek <pavel@...>, Thomas Gleixner <tglx@...>, <linux-kernel@...>, Ingo Molnar <mingo@...>, <rol@...>
It was actually IBM who broke it with the 80286-based PC/AT because of
the BIOS compatibility -- the vector #0x10 had already been claimed by the
original PC for the video software interrupt call (apparently against
Intel's recommendation not to use low 32 interrupt vectors for such
purposes), so it could not have been reused as is for FP exception
handling without breaking existing software. I suppose a more complicated
piece of glue logic could have been used along the lines of what
eventually went into the i486, but presumably the relatively low level of
integration of the PC/AT made such additional circuits hard to justify
even if it indeed was considered.
Maciej
--