HRTIMER: Difference between revisions
Jump to navigation
Jump to search
m →Links: Speak English or Die! |
mNo edit summary |
||
Line 1: | Line 1: | ||
{{Software | |||
|Picture= | |||
|Version=(May 1992) | |||
|Author=[[Rick Fishman]] | |||
|License=Public Domain | |||
|Download=[https://hobbes.nmsu.edu/download/pub/os2/dev/drivers/hrtimer.zip hrtimer.zip] | |||
}} | |||
HRTIMER.SYS is a high resolution timer implemented as a device driver. The source code for this device driver was obtained from the Fall 1991 issue of IBM Personal Systems Developer magazine. | HRTIMER.SYS is a high resolution timer implemented as a device driver. The source code for this device driver was obtained from the Fall 1991 issue of IBM Personal Systems Developer magazine. | ||
==Links== | ==Links== | ||
* [hrtimr11.zip Version 1.1 - Rebuilt] by [[Heinz Repp]] | |||
* [hrtimr11.zip Version 1.1 - Rebuilt] | |||
* [https://github.com/OS2World/DRV-HRTIMER GitHub Repository] | * [https://github.com/OS2World/DRV-HRTIMER GitHub Repository] | ||
[[Category:Device driver]] | [[Category:Device driver]] |
Revision as of 07:39, 10 January 2020
HRTIMER | |
---|---|
[[File:|300px]] | |
Version | (May 1992) |
Vendor | |
Author | Rick Fishman |
License | Public Domain |
Download | hrtimer.zip |
Website |
HRTIMER.SYS is a high resolution timer implemented as a device driver. The source code for this device driver was obtained from the Fall 1991 issue of IBM Personal Systems Developer magazine.
Links
- [hrtimr11.zip Version 1.1 - Rebuilt] by Heinz Repp
- GitHub Repository