home *** CD-ROM | disk | FTP | other *** search
/ AmigActive 25 / AACD 25.iso / AACD / Utilities / MuMapRom / MuMapRom.readme < prev    next >
Encoding:
Text File  |  2001-08-19  |  5.5 KB  |  136 lines

  1. Short:    MuLib based ROM Replacement Hack (Beta)
  2. Uploader: thor@math.tu-berlin.de (Thomas Richter)
  3. Author:   thor@math.tu-berlin.de (Thomas Richter)
  4. Type:     util/boot
  5. Requires: util/libs/MMULib.lha Kickstart V37, 2MB chip, well-behaived board
  6.  
  7. MuMapRom is a mmu.library based "ROM kicker", i.e. it replaces the ROM
  8. resident kickstart by a disk based image file. The purpose of MuMapRom
  9. is mainly to replace the kickstart image temporarely for testing, e.g.
  10. for program authors to test their programs under different environments.
  11. It should not be used for permanent kickstart replacement.
  12.  
  13.  
  14. Top reasons why not to use this program:
  15.  
  16. - It is a hack. MuMapRom assumes several non-granted behaivours of
  17.   the current Kickstart implementation, of the CPU and motherboard
  18.   hardware.
  19. - MuMapRom will not work in all available environments. It may cause
  20.   some compatibility problems, depending on the board type, the
  21.   hardware and the memory configuration.
  22. - MuMapRom requires a lot of chip memory (See "Implementation" for
  23.   details why this is so). In fact, it will only run on machines with
  24.   2MB chip memory. A graphic card is recommended as otherwise not
  25.   much chip memory is left.
  26.  
  27.  
  28. If you need a new/different ROM for your system, you should rather:
  29.  
  30. - Buy the ROM chip and install it. This will definitely work, will be
  31.   most robust and won't cause any problem. If you need two different
  32.   ROM versions, hardware solutions are available that toggle between
  33.   two ROMs.
  34. - If you just need an upgrade of several system modules, other less
  35.   hacky solutions exist. For example, to replace one ROM module by
  36.   a ROM module of a later edition, you are encouraged to use the
  37.   "LoadModule" and "MuProtectModules" of the same author.
  38. - If you need short turn-around times for software testing, try to
  39.   find a solution that is adapted to your board hardware 
  40.   (e.g. CyberMap). These programs do not need to touch the MMU, but
  41.   rather use board specific hardware for ROM remapping. This will
  42.   typically do better since it will not require as much chip memory
  43.   as this program.
  44.  
  45. If you still think that you "need" MuMapRom, please read the 
  46. "MuMapRom.guide" file first. Experts might want to read the "Implementation"
  47. chapter of the guide as well as it contains background information where
  48. the MuMapRom restrictions arise from.
  49.  
  50. ______________________________________________________________________________
  51.  
  52.                          The THOR-Software Licence (v2, 24th June 1998)
  53.  
  54.  
  55. This License applies to the computer programs known as "mmu.library", 
  56. "MuMapRom", "MuFastRom" and the corresponding documentation, known as
  57. ".readme" files. The "Program", below, refers to such program. The "Archive"
  58. refers to the package of distribution, as prepared by the author of the
  59. Program, Thomas Richter. Each licensee is addressed as "you".
  60.  
  61.  
  62.  
  63. The Program and the data in the archive are freely distributable
  64. under the restrictions stated below, but are also Copyright (c)
  65. Thomas Richter.
  66.  
  67. Distribution of the Program, the Archive and the data in the Archive by a
  68. commercial organization without written permission from the author to any
  69. third party is prohibited if any payment is made in connection with such
  70. distribution, whether directly (as in payment for a copy of the Program) or
  71. indirectly (as in payment for some service related to the Program, or
  72. payment for some product or service that includes a copy of the Program
  73. "without charge"; these are only examples, and not an exhaustive enumeration
  74. of prohibited activities).
  75.  
  76.  
  77. However, the following methods of distribution
  78. involving payment shall not in and of themselves be a violation of this
  79. restriction:
  80.  
  81.  
  82. (i) Posting the Program on a public access information storage and
  83. retrieval service for which a fee is received for retrieving information
  84. (such as an on-line service), provided that the fee is not
  85. content-dependent (i.e., the fee would be the same for retrieving the same
  86. volume of information consisting of random data).
  87.  
  88.  
  89. (ii) Distributing the Program on a CD-ROM, provided that
  90.  
  91. a) the Archive is reproduced entirely and verbatim on such CD-ROM, including
  92. especially this licence agreement;
  93.  
  94. b) the CD-ROM is made available to the public for a nominal fee only,
  95.  
  96. c) a copy of the CD is made available to the author for free except for
  97. shipment costs, and
  98.  
  99. d) provided further that all information on such CD-ROM is re-distributable
  100. for non-commercial purposes without charge.
  101.  
  102.  
  103. Redistribution of a modified version of the Archive, the Program or the
  104. contents of the Archive is prohibited in any way, by any organization,
  105. regardless whether commercial or non-commercial. Everything must be kept
  106. together, in original and unmodified form.
  107.  
  108.  
  109.  
  110.  
  111. Limitations.
  112.  
  113.  
  114. THE PROGRAM IS PROVIDED TO YOU "AS IS", WITHOUT WARRANTY. THERE IS NO
  115. WARRANTY FOR THE PROGRAM, EITHER EXPRESSED OR IMPLIED, INCLUDING, BUT NOT
  116. LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A
  117. PARTICULAR PURPOSE AND NON-INFRINGEMENT OF THIRD PARTY RIGHTS. THE ENTIRE
  118. RISK AS TO THE QUALITY AND PERFORMANCE OF THE PROGRAM IS WITH YOU. SHOULD
  119. THE PROGRAM PROVE DEFECTIVE, YOU ASSUME THE COST OF ALL NECESSARY
  120. SERVICING, REPAIR OR CORRECTION.
  121.  
  122.  
  123. IF YOU DO NOT ACCEPT THIS LICENCE, YOU MUST DELETE THE PROGRAM, THE ARCHIVE
  124. AND ALL DATA OF THIS ARCHIVE FROM YOUR STORAGE SYSTEM. YOU ACCEPT THIS
  125. LICENCE BY USING OR REDISTRIBUTING THE PROGRAM.
  126.  
  127.  
  128.                                                         Thomas Richter
  129.  
  130. ______________________________________________________________________________
  131.  
  132.  
  133. Happy ROM Kicking,
  134.  
  135. Thomas        (August 2001)
  136.