home *** CD-ROM | disk | FTP | other *** search
/ Amiga Format CD 28 / amigaformatcd28.iso / -seriously_amiga- / misc / poolmem / patchram.readme < prev    next >
Text File  |  1998-04-23  |  3KB  |  103 lines

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