X-Authentication-Warning: delorie.com: mail set sender to djgpp-bounces using -f Date: Fri, 11 Jun 2004 17:36:21 +0200 From: "Eli Zaretskii" Sender: halo1 AT zahav DOT net DOT il To: djgpp AT delorie DOT com Message-Id: <9003-Fri11Jun2004173620+0300-eliz@gnu.org> X-Mailer: emacs 21.3.50 (via feedmail 8 I) and Blat ver 1.8.9 In-reply-to: <001701c44ed6$30907d40$0d01a8c0@josepmariaxp> Subject: Re: Troubles with hard interrupts aand HDD References: <001701c44ed6$30907d40$0d01a8c0 AT josepmariaxp> 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: "turomas" > Date: Thu, 10 Jun 2004 12:32:11 +0200 > > I am developing a CNC. I use a hard interrupt every 500 micro seconds. I = > have used Irq9 and Irq0 too. It works fine but when I use HDD the = > latency gets back to 2,5 ms. Can somebody help me. I bumped into these problems long ago, and as far as my investigations have shown, it's the consequence of the DOS and BIOS masking off interrupts when the hard disk writes data. I didn't find any good solution for this, sorry.