HRTIMER: Difference between revisions

From OS2World.Com Wiki
Jump to navigation Jump to search
Jugbogdan (talk | contribs)
m Links: Speak English or Die!
Jugbogdan (talk | contribs)
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.
==License==
* Public Domain source code.
==Author==
* [[Rick Fishman]]
* Rebuild: [[Heinz Repp]]


==Links==
==Links==
* [hrtimer.zip Original Version]
* [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