SetPriority: Difference between revisions

From OS2World.Com Wiki
Jump to navigation Jump to search
No edit summary
Jugbogdan (talk | contribs)
mNo edit summary
Line 1: Line 1:
This is a utility to start a program at a defined priority. It is also able to start a VDM (DOS-session) at a defined priority.
This is a utility to start a program at a defined priority. It is also able to start a VDM (DOS-session) at a defined priority.


===What's new===
===What's new===
* There was a bug in the VDD "VDOSPRIO.SYS" (Version 1.0).  It has been rewritten completely.   
* There was a bug in the VDD "VDOSPRIO.SYS" (Version 1.0).  It has been rewritten completely.   
* A bug fix for the IdleCall (AX=1680h, Int 2F) in OS/2 version 2.1 has been added (Version 2.0 of VDOSPRIO.SYS)
* A bug fix for the IdleCall (AX=1680h, Int 2F) in OS/2 version 2.1 has been added (Version 2.0 of VDOSPRIO.SYS)
Line 8: Line 7:
* Some error messages have been added to spdos.exe.
* Some error messages have been added to spdos.exe.


 
==Download?==
==Download==
* [Version 1.05 - Binaries and Source Code]
* [http://hobbes.nmsu.edu/h-search.php?key=sp105 Version 1.05 - Binaries and Source Code]
* [SetPriority_1-03.zip Version 1.03 - Binaries and Source Code]
* [http://hobbes.nmsu.edu/h-viewer.php?dir=/pub/os2/util/system&file=SetPriority_1-03.zip Version 1.03 - Binaries and Source Code]
* [https://github.com/OS2World/UTIL-SYSTEM-SetPriority GitHub Repository]
* [https://github.com/OS2World/UTIL-SYSTEM-SetPriority GitHub Repository]



Revision as of 05:30, 6 January 2020

This is a utility to start a program at a defined priority. It is also able to start a VDM (DOS-session) at a defined priority.

What's new

  • There was a bug in the VDD "VDOSPRIO.SYS" (Version 1.0). It has been rewritten completely.
  • A bug fix for the IdleCall (AX=1680h, Int 2F) in OS/2 version 2.1 has been added (Version 2.0 of VDOSPRIO.SYS)
  • An interface to query the actual priority of a DOS-Session has been added (Version 2.2 of VDOSPRIO.SYS).
  • Some error messages have been added to spdos.exe.

Download?

  • [Version 1.05 - Binaries and Source Code]
  • [SetPriority_1-03.zip Version 1.03 - Binaries and Source Code]
  • GitHub Repository

Links

License

  • Open Source software under the GNU GPL V3 license.

Author