home *** CD-ROM | disk | FTP | other *** search
/ Dream 49 / Amiga_Dream_49.iso / amiga / workbench / commodoties / patchram.readme < prev    next >
Text File  |  1998-02-11  |  3KB  |  94 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.08
  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.08:
  15.  
  16.     - Streamlined the code a bit.
  17.     - PatchRAM can now be run anywhere in your startup sequence.
  18.       It loads the RAM disk in case it is not available.
  19.  
  20. ____________________________________________________________________________
  21.  
  22.                         The THOR-Software Licence
  23.  
  24.  
  25. This License applies to the computer programs known as "PatchRAM".
  26. The "Program", below, refers to such program.
  27.  
  28.  
  29. The programs and files in this distribution are freely distributable
  30. under the restrictions stated below, but are also Copyright (c)
  31. Thomas Richter.
  32.  
  33.  
  34. Distribution of the Program by a commercial organization without written
  35. permission from the author to any third party is prohibited if any payment
  36. is made in connection with such distribution, whether directly
  37. (as in payment for a copy of the Program) or indirectly (as in payment
  38. for some service related to the Program, or payment for some product
  39. or service that includes a copy of the Program "without charge";
  40. these are only examples, and not an exhaustive enumeration of prohibited
  41. activities). However, the following methods of distribution involving
  42. payment shall not in and of themselves be a violation of this restriction:
  43.  
  44.  
  45. (i) Posting the Program on a public access information storage and
  46. retrieval service for which a fee is received for retrieving information
  47. (such as an on-line service), provided that the fee is not
  48. content-dependent (i.e., the fee would be the same for retrieving the same
  49. volume of information consisting of random data).
  50.  
  51.  
  52.  
  53. (ii) Distributing the Program on a CD-ROM, provided that the files
  54. containing the Program are reproduced entirely and verbatim on such
  55. CD-ROM, and provided further that all information on such CD-ROM be
  56. redistributable for non-commercial purposes without charge.
  57.  
  58.  
  59.  
  60. Everything in this distribution must be kept together, in original
  61. and unmodified form.
  62.  
  63.  
  64.  
  65.  
  66. Limitations.
  67.  
  68. THE PROGRAM IS PROVIDED TO YOU "AS IS," WITHOUT WARRANTY. THERE IS NO
  69. WARRANTY FOR THE PROGRAM, EITHER EXPRESSED OR IMPLIED, INCLUDING, BUT NOT
  70. LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A
  71. PARTICULAR PURPOSE AND NONINFRINGEMENT OF THIRD PARTY RIGHTS. THE ENTIRE
  72. RISK AS TO THE QUALITY AND PERFORMANCE OF THE PROGRAM IS WITH YOU. SHOULD
  73. THE PROGRAM PROVE DEFECTIVE, YOU ASSUME THE COST OF ALL NECESSARY
  74. SERVICING, REPAIR OR CORRECTION.
  75.  
  76.  
  77.  
  78. IF YOU DO NOT ACCEPT THIS LICENCE, YOU MUST DELETE ALL FILES CONTAINED IN
  79. THIS ARCHIVE.
  80.  
  81. _____________________________________________________________________________
  82.  
  83. Installation:
  84.  
  85.     Add PatchRAM to your startup sequence.
  86.     A good point is below a line like this:
  87.  
  88. makedir RAM:T
  89. PatchRAM        ;insert below this line...
  90.  
  91.  
  92. So long,
  93.     Thomas
  94.