home *** CD-ROM | disk | FTP | other *** search
/ Magazyn Exec 3 / CD_Magazyn_EXEC_nr_3.iso / Programy / Biblioteki / ppclibemu07.lha / ppclibemu.readme < prev    next >
Text File  |  1999-12-12  |  1KB  |  39 lines

  1. Short:    ppc.library emulation under WarpOS
  2. Author:   frank@phoenix.owl.de (Frank Wille)
  3. Uploader: frank@phoenix.owl.de
  4. Version:  0.7
  5. Type:     util/libs
  6. Requires: WarpOS V4 (powerpc.library V15)
  7.  
  8. ppclibemu is an emulation of the ppc.library and the PowerUp kernel
  9. under WarpOS. There is also an included ELF-LoadSeg patch which allows
  10. to start PowerUp application as under the original environment. The
  11. programs which work, will show no visible loss of performance, some
  12. are even faster than with the original kernel.
  13.  
  14. But don't expect too much from this emulation. There are still programs
  15. which won't work, though compatibility rate has improved again. :)
  16.  
  17.  
  18. Changes since last Aminet release (V0.6d):
  19.  
  20. o Loading and creating new PPC tasks and threads from the PPC side
  21. o A limited implementation of PPCprintf().
  22. o Task priorities are recognized and converted into a nice-value.
  23. o PPCAllocMem/Vec() will return 32-byte aligned memory again, for
  24.   compatibility reasons.
  25. o Asynchronous PPC tasks will inherit the current directory and
  26.   PROGDIR: paths from their parent task. Before, all paths were
  27.   reset to SYS:, which was a problem for many PowerUp programs.
  28.  
  29. o 68k library functions:
  30.   - PPCSetTaskAttrs()
  31.  
  32. o PowerUp kernel functions:
  33.   - PPCCreateTask()
  34.   - PPCLoadObject()
  35.   - PPCLoadObjectTagList()
  36.   - PPCSetTaskAttr() no longer acccepts PPCTASKINFOTAG_NAME
  37.   - PPCUnLoadObject()
  38.   - PPCprintf()
  39.