From: SerDevian Newsgroups: comp.os.msdos.djgpp Subject: Re: Keyboard Handlers Date: Wed, 23 Apr 1997 13:40:20 -0600 Organization: XYZZ Software Co. Message-ID: <335E65A4.2781@CS.ColoState.edu> References: NNTP-Posting-Host: cassat.vis.colostate.edu Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Lines: 20 To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Precedence: bulk Andy Eder wrote: > Can somebody please help ? I am attempting to implement my own keyboard > handler and I cannot get it to work. My system either crashes or locks > up. As this is my first attempt at such things, I don't know where I am > going wrong. Hello... My first guess is that you have forgotten to lock the memory used by the handler. Or, it could be because you're using assembly to do a few things. For an example of a working keyboard handler, look at my page. It demonstrates how to lock the memory and such. -- Scott Scriven "May farce the with be you." mailto:scriven AT CS DOT ColoState DOT edu mailto:scriven AT VIS DOT ColoState DOT edu http://www.vis.colostate.edu/~scriven/