IDLEHLT16: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
Line 3: | Line 3: | ||
==Changelog== | ==Changelog== | ||
* Version 1.2 | |||
** It includes signal handling and error message. | |||
* Version 1.1 | * Version 1.1 | ||
** It omits the save / restore of any register before / after the "sti" "hlt" opcodes. | ** It omits the save / restore of any register before / after the "sti" "hlt" opcodes. | ||
==Download== | ==Download== | ||
* [http://hobbes.nmsu.edu/h-search.php?key=idlehlt16-1. | * [http://hobbes.nmsu.edu/h-search.php?key=idlehlt16-1.2.zip Version 1.2 - 2014-07-06] | ||
==License== | ==License== | ||
Line 15: | Line 17: | ||
* Based on [[Andy Willis]] | * Based on [[Andy Willis]] | ||
* [[Tobias Karnat]] | * [[Tobias Karnat]] | ||
==Links== | |||
* [https://github.com/OS2World/DRV-IDLEHLT16 GitHub repository] | |||
[[Category:Drivers]] | [[Category:Drivers]] |
Revision as of 22:22, 9 July 2014
Description
Driver to keep systems cooler by calling HLT compiled for OS/2 1.x. It is based on HLTDriver source code.
Changelog
- Version 1.2
- It includes signal handling and error message.
- Version 1.1
- It omits the save / restore of any register before / after the "sti" "hlt" opcodes.
Download
License
- Public Domain. Source code available
Author
- Based on Andy Willis
- Tobias Karnat