Re: enabling x87 interrupts
- From: "Alexei A. Frounze" <spamtrap@xxxxxxxxxx>
- Date: Thu, 24 Aug 2006 19:03:39 -0700
Wendy E. McCaughrin wrote:
Is the 8259A (PIC) still used to enable interrupts? I unmasked bit #2
in the master PIC and bit #5 (a.k.a. #13) in the slave PIC it cascades
with, to enable FPU interrupts. I have unmasked all 6 exceptions in
the FPU's control-word and use STI. Yet, INT 75h is never accessed.
Nowadays, there's no external FPU chip that would assert interrupts on the PIC. The CPU itself handles all the FP instructions. And my bet is that it's configured in such a way that you should get exceptions, not interrupts.
Alex
.
- Follow-Ups:
- Re: enabling x87 interrupts
- From: Scott J. McCaughrin
- Re: enabling x87 interrupts
- References:
- enabling x87 interrupts
- From: Wendy E. McCaughrin
- enabling x87 interrupts
- Prev by Date: Re: General Use of ASM
- Next by Date: Re: General Use of ASM
- Previous by thread: enabling x87 interrupts
- Next by thread: Re: enabling x87 interrupts
- Index(es):
Relevant Pages
|