X-Authentication-Warning: delorie.com: mail set sender to djgpp-bounces using -f From: ahenric AT ccii DOT co DOT za (Arne) Newsgroups: comp.os.msdos.djgpp Subject: Re: Speeding up timer Date: 13 Oct 2003 23:54:00 -0700 Organization: http://groups.google.com Lines: 13 Message-ID: References: NNTP-Posting-Host: 196.30.62.5 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 8bit X-Trace: posting.google.com 1066114440 20948 127.0.0.1 (14 Oct 2003 06:54:00 GMT) X-Complaints-To: groups-abuse AT google DOT com NNTP-Posting-Date: Tue, 14 Oct 2003 06:54:00 +0000 (UTC) To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com Hans-Bernhard Broeker wrote in message news:... > > Depends on what platform(s) your code will / must run on. Real DOS is > reasonably easy, Windows XP or anything like are quite probably > impossible to influence in this regard. > I am writing this application for MS-DOS only, and I am using the DJGPP compiler. Why does the timer not speed up when I change it? Does the DPMI server somehow prevent the change to the PIT? And from where is the SIGALRM signal called: from INT 08h or INT 70h? Arne