IDLEHLT16: Difference between revisions

From OS2World.Com Wiki
Jump to navigation Jump to search
No edit summary
Jugbogdan (talk | contribs)
 
(3 intermediate revisions by 2 users not shown)
Line 1: Line 1:
==Description==
Driver to keep systems cooler by calling HLT compiled for OS/2 1.x. It is based on [[HLTDriver]] source code.
Driver to keep systems cooler by calling HLT compiled for OS/2 1.x. It is based on [[HLTDriver]] source code.


==Changelog==
==Changelog==
* Version 1.6:
Version 1.7:
** It include some minor final tweaks.
* This update includes further cleanup.
* Version 1.5:
Version 1.6:
** BUGFIX: Version 1.3/1.4 causes GP Fault on OS/2 1.2!. Fixed by re adding Watcom compiler option -zu.
* It include some minor final tweaks.
* Version 1.4:
Version 1.5:
** It reduces file size by 83% using more native API calls.
* BUGFIX: Version 1.3/1.4 causes GP Fault on OS/2 1.2!. Fixed by re adding Watcom compiler option -zu.
* Version 1.3
Version 1.4:
** It reduces file size and CPU requirements (Should run on 486DX4 upwards).
* It reduces file size by 83% using more native API calls.
* Version 1.2
Version 1.3
** It includes signal handling and error message.
* It reduces file size and CPU requirements (Should run on 486DX4 upwards).
* Version 1.1
Version 1.2
** It omits the save / restore of any register before / after the "sti" "hlt" opcodes.
* It includes signal handling and error message.
 
Version 1.1
==Download==
* It omits the save / restore of any register before / after the "sti" "hlt" opcodes.
* [http://hobbes.nmsu.edu/h-search.php?key=idlehlt16-1.6.zip Version 1.6 - 2014-07-15]


==License==
==License==
* Public Domain. Source code available
* Public Domain. Source code available
 
*Author: [[Tobias Karnat]] (based on [[Andy Willis]] driver)
==Author==
* Based on [[Andy Willis]]
* [[Tobias Karnat]]  


==Links==
==Links==
* [idlehlt16-1.7.zip Version 1.7 - 2014-09-21]
* [https://github.com/OS2World/DRV-IDLEHLT16 GitHub repository]
* [https://github.com/OS2World/DRV-IDLEHLT16 GitHub repository]


 
[[Category:Device driver]]
[[Category:Drivers]]

Latest revision as of 01:26, 21 January 2020

Driver to keep systems cooler by calling HLT compiled for OS/2 1.x. It is based on HLTDriver source code.

Changelog

Version 1.7:

  • This update includes further cleanup.

Version 1.6:

  • It include some minor final tweaks.

Version 1.5:

  • BUGFIX: Version 1.3/1.4 causes GP Fault on OS/2 1.2!. Fixed by re adding Watcom compiler option -zu.

Version 1.4:

  • It reduces file size by 83% using more native API calls.

Version 1.3

  • It reduces file size and CPU requirements (Should run on 486DX4 upwards).

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.

License

Links