home *** CD-ROM | disk | FTP | other *** search
/ The Best of Mecomp Multimedia 1 / Mecomp-CD.iso / amiga / tools / wb / fastexec / fastexec28.readme < prev    next >
Text File  |  1997-06-23  |  2KB  |  58 lines

  1. Short:    Moves exec.library to fastest memory
  2. Author:   d95ta@efd.lth.se (Torbjörn Andersson)
  3. Uploader: d95ta@efd.lth.se (Torbjörn Andersson)
  4. Type:     util/boot
  5. Requires: True fast memory
  6.  
  7. FastExec is meant to be started early in the
  8. Startup-Sequence. It will install a resident tag, and during
  9. a reboot it will move exec.library from the slow chip memory
  10. to fast memory.
  11.  
  12. The new ADDRESS option makes it possible to move it from any
  13. memory to the fastest memory in your system.
  14.  
  15. FastExec is public domain. Assembly source is included.
  16.  
  17. ------------------------------------------------------------
  18.  
  19. History:
  20.  
  21. 2.6 (21.5.97)
  22. · Fixed bug in Switch()-patch for machines with FPU.
  23. · Sets CACRF_WriteAllocate when CACHE option is used.
  24. · Allocates memory for resident tag with MEMF_REVERSE.
  25. · Uses ReadArgs() (KS 2.0+).
  26. · Doesn't free memory for old exec.library under KS 1.3 if
  27.   eb_ExecBase in expansion.library can't be replaced.
  28. · Removed PCMCIA option.
  29.  
  30. 2.7 (28.5.97)
  31. · Doesn't free memory used by things that are moved to fast
  32.   memory, unless FREEOLD option is used.
  33. · SYSINFO lists KickMem and KickTag.
  34. · Removed LOCAL option.
  35. · ADDMEM didn't accept negative priority.
  36. · Doesn't restore old AddMemList()-function.
  37. · Better check in AddMemList()-patch of memory to be added
  38.   compared to whats already added.
  39. · Tries to move expansion.library directly in
  40.   AddMemList()-patch. Only if it hasn't been added,
  41.   AddLibrary() is patched to do the job.
  42. · Uses arp.library/GADS() under KS 1.3.
  43. · Cleaned up interrupt patches. Doesn't patch interrupt 7.
  44.   Works on KS 1.2/1.3.
  45. · Removed patches for Exec-functions, they were far away
  46.   from perfect.
  47.  
  48. 2.8 (8.6.97)
  49. · Fixed bug in FASTVBR option.
  50. · Added ADDRESS option.
  51. · Allocates 8 extra bytes before the resident tag, which is
  52.   necessary since they can get trashed at boot time.
  53.  
  54. ---------------------------------///---------
  55. Torbjörn Andersson              /// A1200/030
  56. d95ta@efd.lth.se            \\\/// I love you
  57. http://www.efd.lth.se/~d95ta \XX/     - AMIGA
  58.