Date: Wed, 20 Apr 94 09:49:57 -0400 From: dj AT ctron DOT com (DJ Delorie) To: stst AT vuse DOT vanderbilt DOT edu Cc: djgpp AT sun DOT soe DOT clarkson DOT edu Subject: Re: installing an interrupt handler Two options: (1) If you can, use _go32_want_ctrlbrk() (or something like that) (2) Read the code for that function and mutate it to your own needs. This involves using _go32_dpmi_* calls to set up a real-mode callback and hook it to the ctrlbrk interrupt vector.