home *** CD-ROM | disk | FTP | other *** search
/ Dream 52 / Amiga_Dream_52.iso / Amiga / Workbench / Patches / PatchRAM.readme < prev    next >
Text File  |  1998-05-11  |  4KB  |  106 lines

  1. Short:    Patch RAM to show right size & more
  2. Author:   thor@einstein.math.tu-berlin.de (Thomas Richter)
  3. Uploader: thor@einstein.math.tu-berlin.de (Thomas Richter)
  4. Version:  1.10
  5. Type:     util/sys
  6. Requires: OS 2.04 or better.
  7.  
  8. This file patches the RAM disk to show the real size occupied - its no longer
  9. 100% full. Additionally, large blocks of memory for the RAM are allocated
  10. backwards, to reduce memory defragmentation.
  11.  
  12. ____________________________________________________________________________
  13.  
  14. Changes made in 1.10:
  15.  
  16.     - Fixed a bug that actually broke the reverse memory allocation
  17.       feature. Sigh.
  18.  
  19. Changes made in 1.09:
  20.  
  21.     - PatchRAM replaces no longer the AllocVec() function completely.
  22.       Thus, the patch might be slightly (almost unnoticably) slower,
  23.       but is compatible to AROS. Thanks to J÷rg Strohmeier for the
  24.       report.
  25.  
  26. Changes made in 1.08:
  27.  
  28.     - Streamlined the code a bit.
  29.     - PatchRAM can now be run anywhere in your startup sequence.
  30.       It loads the RAM disk in case it is not available.
  31.  
  32. ____________________________________________________________________________
  33.  
  34.                         The THOR-Software Licence
  35.  
  36.  
  37. This License applies to the computer programs known as "PatchRAM".
  38. The "Program", below, refers to such program.
  39.  
  40.  
  41. The programs and files in this distribution are freely distributable
  42. under the restrictions stated below, but are also Copyright (c)
  43. Thomas Richter.
  44.  
  45.  
  46. Distribution of the Program by a commercial organization without written
  47. permission from the author to any third party is prohibited if any payment
  48. is made in connection with such distribution, whether directly
  49. (as in payment for a copy of the Program) or indirectly (as in payment
  50. for some service related to the Program, or payment for some product
  51. or service that includes a copy of the Program "without charge";
  52. these are only examples, and not an exhaustive enumeration of prohibited
  53. activities). However, the following methods of distribution involving
  54. payment shall not in and of themselves be a violation of this restriction:
  55.  
  56.  
  57. (i) Posting the Program on a public access information storage and
  58. retrieval service for which a fee is received for retrieving information
  59. (such as an on-line service), provided that the fee is not
  60. content-dependent (i.e., the fee would be the same for retrieving the same
  61. volume of information consisting of random data).
  62.  
  63.  
  64.  
  65. (ii) Distributing the Program on a CD-ROM, provided that the files
  66. containing the Program are reproduced entirely and verbatim on such
  67. CD-ROM, and provided further that all information on such CD-ROM be
  68. redistributable for non-commercial purposes without charge.
  69.  
  70.  
  71.  
  72. Everything in this distribution must be kept together, in original
  73. and unmodified form.
  74.  
  75.  
  76.  
  77.  
  78. Limitations.
  79.  
  80. THE PROGRAM IS PROVIDED TO YOU "AS IS," WITHOUT WARRANTY. THERE IS NO
  81. WARRANTY FOR THE PROGRAM, EITHER EXPRESSED OR IMPLIED, INCLUDING, BUT NOT
  82. LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A
  83. PARTICULAR PURPOSE AND NONINFRINGEMENT OF THIRD PARTY RIGHTS. THE ENTIRE
  84. RISK AS TO THE QUALITY AND PERFORMANCE OF THE PROGRAM IS WITH YOU. SHOULD
  85. THE PROGRAM PROVE DEFECTIVE, YOU ASSUME THE COST OF ALL NECESSARY
  86. SERVICING, REPAIR OR CORRECTION.
  87.  
  88.  
  89.  
  90. IF YOU DO NOT ACCEPT THIS LICENCE, YOU MUST DELETE ALL FILES CONTAINED IN
  91. THIS ARCHIVE.
  92.  
  93. _____________________________________________________________________________
  94.  
  95. Installation:
  96.  
  97.     Add PatchRAM to your startup sequence.
  98.     A good point is below a line like this:
  99.  
  100. makedir RAM:T
  101. PatchRAM        ;insert below this line...
  102.  
  103.  
  104. So long,
  105.     Thomas
  106.