Date: Sun, 13 Jul 2003 22:00:46 +0200 From: "Eli Zaretskii" Sender: halo1 AT zahav DOT net DOT il To: djgpp AT delorie DOT com Message-Id: <7263-Sun13Jul2003220045+0300-eliz@elta.co.il> X-Mailer: emacs 21.3.50 (via feedmail 8 I) and Blat ver 1.8.9 In-reply-to: <78a4a70a.0307080821.bdb7edb@posting.google.com> (atlas_wang AT yahoo DOT com) Subject: Re: Hardware Interrupt Latency in Protected Mode? References: <78a4a70a DOT 0307080821 DOT bdb7edb AT posting DOT google DOT com> Reply-To: djgpp AT delorie DOT com Errors-To: nobody AT delorie DOT com X-Mailing-List: djgpp AT delorie DOT com X-Unsubscribes-To: listserv AT delorie DOT com Precedence: bulk > From: atlas_wang AT yahoo DOT com (Wang Yong) > Newsgroups: comp.os.msdos.djgpp > Date: 8 Jul 2003 09:21:45 -0700 > > Normally, the latency is > less than 6 microseconds, which is really reasonable. However, > sometimes (in 1 or 2 hours), a very large latency, 30 to 60 > microseconds, can be observed. Sounds like some code in the BIOS. BIOS is known to disable interrupts for prolonged periods of time; I've seen similar problems on occasion. Disk I/O is the usual culprit. Can you post the details of your system configuration (CONFIG.SYS, AUTOEXEC.BAT, etc.)? > And what steps should be strictly foloowed to > restrain the latency in an acceptable range, such as < 10 > microseconds? Unfortunately, I didn't find any work-around for this, except to prevent the relevant BIOS code from running (which is not always possible, alas).