home *** CD-ROM | disk | FTP | other *** search
/ Club Amiga de Montreal - CAM / CAM_CD_1.iso / files / 274.lha / ASDGrecovRAMdisk_v7-14-89 / Readme < prev    next >
Text File  |  1989-08-06  |  3KB  |  80 lines

  1. This is the ASDG recoverable ramdisk (also known as VD0:)
  2.  
  3. This is the latest version as of July 14, 1989.
  4.  
  5. New features are:
  6.    * Upto 8Meg VD0:
  7.    * ReWritten in Assembly (faster)
  8.    * 1/3 the size (Used to be 6604
  9.  
  10. To use it read in instructions in the file 'mountlist' and
  11. edit that file you reflect MAXIMUM size recoverable ramdisk
  12. you want.  VD0: does NOT use all the ram you specfiy.  That
  13. size specification just tells VD0: the most memory it is
  14. allowed to use.  It is better to fill up VD0: then to run out
  15. of memory.
  16.  
  17. To install VD0: you must add this 'mountlist' to the
  18. 'mountlist' in your devs: directory.  You can do this by going
  19. to the CLI, setting the currect directory (CDing) to the
  20. directory with the ASDG-VD0: files in it and typing.
  21.  
  22.    join devs:mountlist mountlist as RAM:mountlist
  23.    copy ram:mountlist devs:mountlist
  24.  
  25. Then you must add the line
  26.  
  27.    mount VD0:
  28.  
  29. to your startup-sequence.  Mounting VD0: won't actually start
  30. it up until you try to access VD0: so I usually put these two
  31. lines in my startup-sequence
  32.  
  33.    mount VD0:
  34.    cd VD0:
  35.  
  36. You also need to copy the file 'asdg.vdisk.device' to your
  37. devs: directory.
  38.  
  39.    copy asdg.vdisk.device devs:
  40.  
  41. That should be all.  Just reboot.
  42.  
  43. Some tips:
  44.  
  45.   VD0: will work with RAD: (just mount RAD: first)  The
  46. advantage to this is that IF you are using 1.3 KickStart you
  47. can create a small RAD: (just large enough to hold what you
  48. need to re-boot your system.)  And then you use VD0: for the
  49. rest of your recoverable ram disk.  VD0: only uses the memory
  50. it needs to unlike RAD: which uses all the memory you specify. 
  51. This means you will have more memory free with this
  52. arrangement then with just using RAD: and you will still be
  53. able to BOOT from RAD:
  54.  
  55.   You can make VD0: "act as RAM:" by puting the following lines in your
  56. startup-sequence
  57.  
  58. mount   VD0:
  59. cd      VD0:
  60. Relabel VD0: RAM
  61. DiskChange VD0:
  62.  
  63. This way, all your programs that access RAM: will actually
  64. access VD0:
  65.  
  66.  
  67. Other Files include in the ZOO are
  68.  
  69.   SysMon        - Show you system performance information.
  70.   DeleteRamDisk - After running this you will lose all the
  71.                   information in VD0: next time you reboot.
  72.                   (Similar to RemRad for RAD:)
  73.   CleanRamDisk  - Tells VD0: to freeup any memory it is
  74.                   no longer using.  (This happens
  75.                   automatically every so often.)
  76.   FastMem       - Allocates all your systems Fast Memory.
  77.                   Run it again and it will release it.
  78.                   (Used for very old programs that have a
  79.                   problem with fast memory)
  80.