home *** CD-ROM | disk | FTP | other *** search
/ Dream 52 / Amiga_Dream_52.iso / Amiga / Workbench / Patches / enforcer.readme < prev    next >
Text File  |  1998-04-27  |  5KB  |  123 lines

  1. Short:    Enforcer 37.72, supports 68060.
  2. Author:   enforcer@sinz.org (Michael Sinz)
  3. Uploader: boom@uni-paderborn.de (Jens Rosenboom)
  4. Version:  37.72
  5. Type:     dev/debug
  6. Requires: OS2.0, MMU.
  7. Replaces: dev/debug/enforcer.lha
  8.  
  9.                             Enforcer 37.72
  10.                                   by
  11.                              Michael Sinz
  12.  
  13.                         Copyright ⌐ 1992-1998
  14.                          All Rights Reserved
  15.  
  16. ******************************************************************************
  17. *                                                                            *
  18. * Permission is hereby granted to distribute this program's archive          *
  19. * containing the executables and documentation for non-commercial purposes   *
  20. * so long as the archive and its contents are not modified in any way.       *
  21. *                                                                            *
  22. * This program may not be distributed for a profit.                          *
  23. *                                                                            *
  24. * This program is not in the public domain.                                  *
  25. *                                                                            *
  26. ******************************************************************************
  27.  
  28. Enforcer V37 - For 68020/68851, 68030, 68040, & 68060 CPUs
  29.  
  30. It requires V37 of the OS or better and does not have *any*
  31. exceptions in it for specific software.  Nothing should be causing
  32. Enforcer hits.
  33.  
  34. Requires an MMU.  On 68EC030 systems, it may think it is working
  35. even if it is not due to the fact that the missing MMU is very
  36. hard to detect.  Use LawBreaker to check.
  37.  
  38. This Enforcer has also been highly optimized to be as fast as
  39. possible.
  40.  
  41. Enforcer can now also be used with CPU or SetCPU FASTROM or most
  42. any other MMU-Kickstart-Mapping tool.  This means that you do not
  43. have to give up your speed in order to use Enforcer.  (Major win
  44. on A2000 and A500 systems)
  45.  
  46. Make sure you read the documentation before using these programs.
  47.  
  48.  *****************
  49. ** Read the DOCs **
  50.  *****************  Watch out since Enforcer does not get used
  51. the same as the old Enforcer.  Remember, this thing is a completely
  52. different beast.
  53.  
  54. -----
  55.  
  56. Changes from 37.70
  57.  
  58.     Added some hack to handle various 68060 library versions.
  59.     Updated MMU so you can control-c it.
  60.     Some documentation cleanup.
  61.  
  62. Changes from 37.62
  63.  
  64.     Added 68060 support.  (See documentation)
  65.     Added MMU tool.       (See documentation)
  66.  
  67.     New examples of how to build a debugger to track Enforcer hits
  68.     while debugging.  (Enforcer.doc or Enforcer.Guide)
  69.  
  70.     A large amount of new documentation - only in the Enforcer.Guide
  71.     file.  This includes information on how 68040.library did the
  72.     system patches and what implementers of 68060.library need to
  73.     watch out for.  A must read for any real hacker.
  74.  
  75.     Source code offer - detailed in the Enforcer.Guide file.
  76.     (Yes, you can now get the source code to Enforcer!)
  77.  
  78. Changes from 37.60
  79.  
  80.     Updated FindHit to work with a larger variety of debugging
  81.     information - which includes the new DICE compiler.
  82.  
  83.     Added ROM module scanning to SegTracker.  This is useful since
  84.     it will at least be able to tell you which ROM module was
  85.     involved with the hit (and thus you can then better track
  86.     what happened in your code.)
  87.  
  88.     Updated DOC and AmigaGuide files as needed.  Note that
  89.     I finally remembered to update my EMail address :-)
  90.  
  91. Changes from V37.58:
  92.  
  93.     Tested against some more CPU boards and now should handle even
  94.     the strangest of them.  (I don't have these boards so I need
  95.     reports from people in order to make sure Enforcer works on
  96.     them.)
  97.  
  98.     Cleaned up the output of the Enforcer VERBOSE option and
  99.     added more output to that option.  Also added a check for
  100.     a strange operation with certain CPU boards.
  101.  
  102. Please send all comments to Michael Sinz.  Enjoy...
  103.  
  104. Check out http://www.users.fast.net/~michael_sinz/index.html
  105.  
  106. /----------------------------------------------------------------------\
  107. |      /// Michael Sinz                                                |
  108. |     ///                   I-NET:  Enforcer@sinz.org                  |
  109. |    ///   BIX:  msinz      or      msinz@bix.com                      |
  110. |\\\///    "Can't I just bend one of the rules?" said the student.     |
  111. | \XX/     The Master just looked back at him with a sad expression.   |
  112. \----------------------------------------------------------------------/
  113.  
  114.  ************
  115. ** Remember **    *NOTHING* should cause an Enforcer hit.  There is
  116.  ************    no reason to ever cause one if the software is written
  117.         correctly.  When Enforcer is running, the VBR is moved
  118.         and even interrupt vector poking should work just fine
  119.         without Enforcer hits.  Software that causes Enforcer
  120.         hits may not be able to run on future systems.  In fact,
  121.         such software may not even run on current systems.
  122.         such software may not even run on current systems.
  123.