home *** CD-ROM | disk | FTP | other *** search
/ Magazyn Amiga 14 / MA_Cover_14.iso / c / changeppctaskpri.readme < prev    next >
Encoding:
Text File  |  1998-06-01  |  843 b   |  37 lines

  1. Short:    cli tool to change the pri of a PPC task
  2. Author:   holgerb@gmx.de (Holger Beer)
  3. Uploader: holgerb@gmx.de (Holger Beer)
  4. Type:     util/cli
  5.  
  6. This is a small cli program to change the priority of a running
  7. PowerPC task.
  8.  
  9. Usage:
  10.  
  11. ChangePPCTaskPri TASK/A PRIORITY/A/N
  12.  
  13. TASK:
  14. The name of the task. This is the name that is displayed by
  15. PPCTool (normally = file name).
  16.  
  17. PRIORITY:
  18. The new priority for the task (-128 .. 127).
  19. The priorities in phase 5's powerup software work like with normal programs:
  20. The program with the highest priority gets all processor time,
  21. if it is not waiting for something.
  22.  
  23.  
  24. Write comments to: <holgerb@gmx.de>
  25.  
  26.  
  27. This program was especially written to lower the priority of the RC5/DES
  28. PPC client program.
  29.  
  30. For more information see
  31.  
  32. http://www.cistron.nl/~ttavoly/rc5/
  33.  
  34. and join the Amiga RC5 team effort NOW!
  35.  
  36.  
  37.