home *** CD-ROM | disk | FTP | other *** search
/ Club Amiga de Montreal - CAM / CAM_CD_1.iso / files / 465.lha / AutoAddRAM_v2.03 / AutoAddRAM.doc < prev    next >
Text File  |  1991-01-04  |  1KB  |  35 lines

  1.  
  2.             AutoAddRAM v2.03 (c) Copyright 1990 by Jonathan Potter
  3.  
  4.   This program allows you to add multiple non-autoconfiguring memory boards
  5. to the free memory list quickly and easily. It reads from a text file a list
  6. of addresses, and attempts to add memory at those addresses. It will not
  7. attempt to add memory that does not exist, or has already been added.
  8.  
  9.   To use, set up a file in the S: directory, called MemoryList.AAR. This file
  10. contains, on each line, the start and end addresses of each memory chunk you
  11. wish to add. For instance, if you had a 1 meg RAM board at $200000, a 2 meg
  12. RAM board at $400000, and 256K KickRAM at $f80000, your S:MemoryList.AAR would
  13. read :
  14.  
  15. 200000 2ffffe
  16. 400000 5ffffe
  17. f80000 fbfffe
  18.  
  19.   You may also specify the priority and name for each chunk of memory. You
  20. may specify neither priority or name, just priority, or priority and name (ie
  21. you must include priority if you specify the name). For example,
  22.  
  23. 200000 2ffffe 10
  24. 400000 5ffffe 0 mymemorychunk
  25. f80000 fbfffe
  26.  
  27.   Consult the documentation of your memory boards if you do not know the
  28. start and end addresses of that memory.
  29.  
  30.                             Jonathan Potter
  31.                             P.O. Box 289
  32.                             Goodwood, SA 5034
  33.                             Australia
  34.                             (08) 2932788
  35.