[fpc-pascal]SetIsrVec / GetIsrVec
Pierre Muller
pierre at freepascal.org
Thu Jul 4 14:26:51 CEST 2002
At 12:12 04/07/2002 , Peter Baumgartner a écrit:
>Using version 1.0.6 (23.4.2002), with GO32 Extender, we have the problem
>that the procedures SETISRVEC and GETISRVEC do not work properly:
>
>We want to save first the old IRQ vector and then set a new one.
>
>As result, OldIsr is always NIL !
These functions are not supported by the extender as such...
it is unclear if you want the real mode or the protected mode
interrupt vector here.
You should use the go32 functions
(g/s)et_pm_interrupt
or
(g/s)et_rm_interrupt
More information about the fpc-pascal
mailing list