Mail Archives: djgpp/2000/03/15/20:22:58
On Wed, 15 Mar 2000, Karsten Schmidt wrote:
> I'm currently porting a Borland 16bit library to DJGPP and therefore I
> must chain the interrupt of a PCI device.
> When I use the _go32_dpmi_chain_protected_mode_interrupt_vector() the
> library seems to work fine for a while, but suddenly the program hangs
> and the only thing I can do is to reboot the machine.
I don't see any code which locks the code and the data touched by the
interrupt handler. If you indeed don't do that, I suggest to try locking
everything (use the appropriate bit in _crt0_startup_flags), and see if
the problem goes away.
> If you want to reply directly send a mail to:
> Karsten*Schmidt AT student DOT uni-ulm DOT de and replace the * with a . (I hope
> this will prevent me from getting more spam).
Does the risk of getting a couple of spam messages justify the nuisance
that I need to go through to remove the anti-spam?
- Raw text -