Mail Archives: djgpp/1996/10/22/08:21:55
>> I've been using a dynamic stack instead of a static stack in my
>> interrupt routines. Is it SAFE to call DPMI functions (501 and 502)
>> while servicing an interupt. My program used to lock up when I used a
>> static stack.
<many good niggles by Charles deleted>
Indeed, it's best to preallocate stacks; then you can guarantee
they'll be there when needed in a hurry!
If you are writing hardware interrupt handlers, consider my libhw
library, which does most of the hard work for you. It's currently in
beta, so any bugs should be reported - it works on my system, but
that's no guarantee for anyone elses!
http://www.abwillms.demon.co.uk/prog/
Regards,
ABW
---
COMPUTER: We are in position over the Rebel homeworld.
VADAR: Engage the Death Star primary weapon, let those rebel worms die!
COMPUTER: Sorry, your evaluation version of Battle Computer 3.0 has expired.
Please send 2.6 billion dollars to the address in REGISTER.TXT
Alaric B. Williams Internet : alaric AT abwillms DOT demon DOT co DOT uk
<A HREF="http://www.abwillms.demon.co.uk/">Hello :-)</A>
- Raw text -