Re: [Freedos-user] Hardware interupts.

2009-05-14 Thread Eric Auer
Hi Kurt, FAQ www.delorie.com/djgpp/v2faq/faq18_9.html answers exactly that :-) Basically it is as in normal hooking of interrupts but the FAQ also mentions that you may want to disable disk swap for that handler. The guide part www.delorie.com/djgpp/doc/ug/interrupts/hwirqs.html also tells you h

[Freedos-user] Hardware interupts.

2009-05-14 Thread kurt godel
This is old hat to most of you,but: Say I'm running a c++ program, compiled with djgpp; it makes a 32-console type executable. Now, if I want to break into the running c++ with, say, a mouse click, or a tap of a key, how do I service the interupt? Even from real-dos mode, I don't understand how to