From: sandmann AT clio DOT rice DOT edu (Charles Sandmann) Message-Id: <10212081838.AA17426@clio.rice.edu> Subject: Re: XP delay() again - potential solution To: djgpp-workers AT delorie DOT com Date: Sun, 8 Dec 2002 12:38:39 -0600 (CST) In-Reply-To: <004401c29e90$dc1ccf30$0100a8c0@p4> from "Andrew Cottrell" at Dec 08, 2002 07:07:01 PM X-Mailer: ELM [version 2.5 PL2] Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Reply-To: djgpp-workers AT delorie DOT com Errors-To: nobody AT delorie DOT com X-Mailing-List: djgpp-workers AT delorie DOT com X-Unsubscribes-To: listserv AT delorie DOT com Precedence: bulk > I modified the code to try the int 15 and if it failed then use the TOD tick > time as you indicated if MS fix it down the tack. I added the yields, > hopefully in the right spots and modified the txh file. I do not know what > to put in the docs so any help is appreciated even if it is I don't > understand it. > > Below are the patches, one for delay.c and the other for delay.txh. I would remove the documentation from RBIL from the code (we don't do this anyplace else). It should be noted someplace that the PIT works on Win2K/XP so is a source of higher resolution information which we currently aren't using. Unfortunately the PIT and timer tic don't seem to be coordinated.