Posted: Thu Feb 17, 2005 5:25 pm
I think I mention this before, I just want to add some more info on this topic because I think this setting could be of relevance for audio systems. See this link for an explanation:
http://www.sysinternals.com/ntw2k/info/timer.shtml
This can be changed in the boot.ini (which is read only) file by adding the /TIMERES option, for example:
"multi(0)disk(0)rdisk(0)partition(1)WINDOWS = "Ms Win XP Home" /sos /fastdetect /TIMERES=21000"
(the /sos flag will cause the system to display drivers loading during boot-up)
I found out that this switch doesn't work on ACPI enabled systems.
<font size=-1>[ This Message was edited by: BingoTheClowno on 2005-02-17 18:17 ]</font>
http://www.sysinternals.com/ntw2k/info/timer.shtml
This can be changed in the boot.ini (which is read only) file by adding the /TIMERES option, for example:
"multi(0)disk(0)rdisk(0)partition(1)WINDOWS = "Ms Win XP Home" /sos /fastdetect /TIMERES=21000"
(the /sos flag will cause the system to display drivers loading during boot-up)
/TIMERES=
Sets the resolution of the system timer on the standard x86 multiprocessor HAL (Halmps.dll). The argument is a number interpreted in hundreds of nanoseconds, but the rate is set to the closest resolution the HAL supports that isn't larger than the one requested. The HAL supports the following resolutions:
Hundreds of nanoseconds Milliseconds (ms)
9766 0.98
19532 2.00
39063 3.90
78125 7.80
The default resolution is 7.8 ms. The system timer resolution affects the resolution of waitable timers. Example: /TIMERES=21000 would set the timer to a resolution of 2.0 ms.
I found out that this switch doesn't work on ACPI enabled systems.
<font size=-1>[ This Message was edited by: BingoTheClowno on 2005-02-17 18:17 ]</font>