home *** CD-ROM | disk | FTP | other *** search
/ The CDPD Public Domain Collection for CDTV 3 / CDPDIII.bin / bbs / ff871.lha / StatRam / Readme < prev    next >
Text File  |  1993-05-23  |  3KB  |  91 lines

  1.  
  2.             STAT-RAM 1.5   A very fast recoverable ram drive
  3.  
  4.                      Richard Waspe 22 May 1993
  5.  
  6.  
  7. STAT-RAM or 'SD0:' is a very fast recoverable ram drive that takes
  8. advantage of FFS under WB2 or FFS International under WB2.1 or 3.
  9. This is not solely my work, but is based on ASDG-RAM, or 'VD0:' by
  10. ASDG.
  11.  
  12. ASDG-RAM has been reliable for many years since it was placed in the
  13. PD. However it has always been slow because it uses OFS, or old file
  14. system. I have dis-assembled VD0:, converted it for use under FFS and
  15. made a few more adjustments. It has been renamed to SD0:, STAT-RAM to
  16. avoid collision or confusion with VD0:, ASDG-RAM. This is more than
  17. just a 'hack'. The source code has been derived by full disassembly,
  18. understanding, and commentry of the original. I have mailed ASDG
  19. asking if I could distribute this, and if I may see their original
  20. source, just in case I have missed something, but so far have had no
  21. reply. Until then it remains Beta.
  22.  
  23. On an accelarated machine, SD0: is up to 7 times faster, and averages
  24. 5 times faster than the original VD0: . It's also 4 to 5 times faster
  25. than RRD. It also survives the deepest re-boot, even the ColdReboot
  26. of rekicking a KS file, and is the only device I have yet witnessed
  27. to do so.
  28.  
  29. Although the device is dynamic, ram may not always be given back when
  30. you want it. Just run PurgeSD0 and the device is cleansed. SD0: will
  31. periodically purge it'self if left, but considerable ram will be
  32. eaten until then. Please note, that at this time PurgeSD0: *is* just
  33. a hack to cope with the device name change. It needs to be re-written.
  34.  
  35.  
  36. There are two versions of STAT-RAM in this Archive, according to if
  37. you are using WB2.04 or WB2.1 upward. Neither will work with WB1.3.
  38.  
  39.  
  40. WB2.1 and WB3.0 Users.
  41.  
  42. Copy static.device.DOS3 to Devs: and rename it to static.device. Drag
  43. SD0 and it's Icon into Devs:DosDrivers.
  44.  
  45.  
  46.  
  47. WB2.04 Users.
  48.  
  49. Copy static.device.DOS1 to Devs: and rename it to static.device. Add
  50. the mountlist to your Devs:Mountlist file.
  51.  
  52.  
  53. Common Instructions
  54.  
  55. Change HiCyl in the mountlist/mountfile to whatever you want, but it
  56. *must* be ODD. The total number of Cylinders is HiCyl+1, which
  57. obviously must be EVEN. The maximum size of your ram drive will be
  58. (HiCyl+1)*8 KBytes. Remeber this is a maximum size, and ram will not
  59. be used until you write files to it. When you delete files, ram will
  60. eventually be given back to the system. Copy PurgeSD0: into C: .
  61. Power down, wait at least 15 seconds then power up. You will now have
  62. a disk icon on the WB called STAT-RAM.
  63.  
  64.  
  65. Restrictions.
  66.  
  67. This release has fixed a memory handling routine that stopped StatRam
  68. for working with an A4000 or A3000 if a 16 bit memory board was not
  69. present. It now works fine on any Amiga, *but* it's contents may not
  70. be stable if held in 'Ranger' or C0000 memory as used in A500 and
  71. A600 trapdoor ram expansions.
  72.  
  73.  
  74. History.
  75.  
  76. V1.4 released 12 April 1993
  77.  
  78. V1.5 released 22 May 1993
  79.    Fixed A4000 and A3000 problem
  80.  
  81.  
  82.  
  83.  
  84. /*  Richard Waspe - Amiga Developer
  85. *
  86. *   INTERNET : waspy@cix.compulink.co.uk
  87. *   USENET   : rwaspe@hamlet.adsp.sub.org
  88. *   FIDONET  : 2:255/72.2
  89. */
  90.  
  91.