Date: Sun, 25 Oct 1998 19:46:52 +0200 (IST) From: Eli Zaretskii X-Sender: eliz AT is To: Pierre MAZIERE cc: djgpp AT delorie DOT com Subject: Re: Getting over an interrupt In-Reply-To: <70ofcn$8r$1@zoltar.gatchaman.fr> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Reply-To: djgpp AT delorie DOT com On 22 Oct 1998, Pierre MAZIERE wrote: > And then ..... everything hangs up (is that the good term in english ???) > that mean I hit one key which is handled by my interrupt, and then the > keyboard is blocked: no other keys are handled and I got to make a hard > reset :( Most probably, you forgot to send the EOI (End Of Interrupt) command to the interrupts controller.