home *** CD-ROM | disk | FTP | other *** search
/ Programmer 7500 / MAX_PROGRAMMERS.iso / PROGRAMS / UTILS / DSKCACHE / VDISK.ZIP / VDISK.DOC < prev   
Encoding:
Text File  |  1984-04-13  |  896 b   |  27 lines

  1. VDISK.DOC                               -p.o.-  03/12/84
  2.  
  3. VDISK.COM is a virtual disk (RAM disk) device driver that is
  4. presently set for 180K RAM disk. Use the program RSVD.COM (below)
  5. to change the memory allocation to something else.
  6.  
  7. To use this, you need to add this line to your CONFIG.SYS file:
  8.  
  9.            DEVICE=VDISK.COM
  10.  
  11. The CONFIG.SYS file is a text file which you can create with any
  12. text editor (even EDLIN - which comes free with your PC-DOS and is
  13. OVERPRICED) or even with the DOS command:
  14.  
  15.            COPY CON: CONFIG.SYS
  16.  
  17. Note that the two files: CONFIG.SYS and VDISK.COM should be on
  18. your boot directory.
  19.  
  20.  
  21. RSVD.COM is a program to resize VDISK.COM for a different RAM memory
  22. size. Usage is:
  23.                     C>RSVD VDISK.COM
  24.  
  25.            That's all folks!  Enjoy!!!
  26.  
  27.