Mail Archives: djgpp/1998/08/28/15:13:35
Eli Zaretskii wrote:
> On Tue, 25 Aug 1998, Paszek wrote:
>
> > When I take over int 0x8, and call function 0x3f of int 0x21 (disk
> > read), my computer hangs.
>
> You don't call Int 21h from within the interrupt handler, I hope?
>
> If not, please post the shortest program that exhibits this problem.
I've already solved the problem. I've looked into allegro's sources to
see how it is done there, and discovered thet each time my handler is
beeing called it has to set port 0x20 to 0x20 (EOI). Thanks for help
anyway.
- Raw text -