From: Tal Lavi Newsgroups: comp.os.msdos.djgpp Subject: Keyboard handler problem Date: Fri, 11 Sep 1998 23:49:13 -0700 Organization: Tel Aviv University Lines: 11 Message-ID: <35FA1969.4D46@post.tau.ac.il> NNTP-Posting-Host: slip-103.tau.ac.il Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Precedence: bulk I did everything as I supposed to do, chained my new handler to the old one and all, and it works, except for a little problem. After about ten key presses that works fine, the keyboard buffer seems to be full, and it's beeping me whenever I press a key. Does anyone know how to fix it(clean the buffer or something)? Does anyone knows what "outportb(0x20,0x20)" is for? I just ripped that part from someone else's handler, and it doesn't seem to do anything! And yet another strange thing I noticed, I can use int 9 OR int 8! for some strange reason, both of them seem to work! how can that be?