Xref: news-dnh.mv.net comp.os.msdos.djgpp:2178 Path: news-dnh.mv.net!mv!news.sprintlink.net!in2.uu.net!falcon.sat.net!news.sesqui.net!rice!news!sandmann From: Charles Sandmann Newsgroups: comp.os.msdos.djgpp Subject: Re: lots of interrupts per sec with DJGPP Date: Mon, 25 Sep 1995 15:36:26 CDT Organization: Rice University, Houston, Texas Lines: 6 References: Reply-To: sandmann AT clio DOT rice DOT edu Nntp-Posting-Host: clio.rice.edu To: djgpp AT sun DOT soe DOT clarkson DOT edu Dj-Gateway: from newsgroup comp.os.msdos.djgpp > card. The card generates around 10,000 interrupts per second. I am using a > Is this likely to be a problem with djgpp? Maybe. If you stay in protected mode most of the time, don't chain the interrupt, and don't use the wrappers (write your routine in GAS) you should be OK. You need to lock all of the memory you plan to touch.