Mail Archives: djgpp/1992/08/24/13:04:57
In article <9208241329 DOT AA23573 AT isis DOT cshl DOT org> you write:
> There already is an interrupt - driven serial I/O package available on the
> FTP site, have you tried it?
>
> -T
But this loads a real mode handler as a TSR then connects to it via gcc. I
want to install a protected mode handler with an entry in go32's idt, to
minimise the overhead (in context switching) of handling serial interrupts.
Ideally, an interrupt gate should give a very fast protected mode switch to
my handler (no stack swapping code or other PC nasties).
--
Jim Segrave
- Raw text -