From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on polar.synack.me X-Spam-Level: X-Spam-Status: No, score=-1.9 required=5.0 tests=BAYES_00 autolearn=ham autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,f65fb0f6ea99a4db X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 1995-03-23 04:00:17 PST Newsgroups: comp.lang.ada Path: nntp.gmd.de!dearn!blekul11!ccsdec1.ufsia.ac.be!reks.uia.ac.be!idefix.CS.kuleuven.ac.be! Belgium.EU.net!EU.net!news.sprintlink.net!crash!telesoft!east.alsys.com!news From: jlo@east.thomsoft.com (John Lo) Subject: Re: Timer Resolution Using Alsys Message-ID: Sender: news@thomsoft.com Organization: Thomson Software Products (formerly Alsys) X-Newsreader: Date: Wed, 22 Mar 1995 14:51:31 GMT Date: 1995-03-22T14:51:31+00:00 List-Id: DRAI@SPAR.CA writes: >I am using the Alsys compiler for DOS on a PC and would like to get a timer >resolution of at least 1 kHz, instead of the default 18.2 Hz provided by the >BIOS. Tinkering with the PC's internal 8253 timer chip didn't work as the >Alsys runtime kernel already uses the interrupt (IRQ 8) from this chip. Try binding your Ada program with the binder option TIMER => FAST. This will cause the Ada runtime to reprogram the timer to around 1 KHz resolution. John Lo