home *** CD-ROM | disk | FTP | other *** search
/ Oakland CPM Archive / oakcpm.iso / cpm / sysutl / memdisks.lbr / MEMDISKS.DQC / MEMDISKS.DOC
Encoding:
Text File  |  1986-09-12  |  1.3 KB  |  35 lines

  1. These programs allow you to use part of the TPA as a ram disk.
  2. The ram disk is addressed as drive D:.  The size is set by the
  3. version of the program you use.  The number in the MEMxx.COM
  4. file name indicates the size in kilobytes of the ram disk.
  5.  
  6. These programs work with most every program I've tried  -- I'm
  7. writing this documentation on a ram disk with my favorite word
  8. processor.  But there are a few things you should know:
  9.  
  10.     They won't work with other high-ram utilities like RSX's
  11.     or key-definition programs;  they'd be competing for the
  12.     same memory addresses.
  13.  
  14.     You can't load one ram disk while another is active.  Does
  15.     wierd stuff...
  16.  
  17.     You have to cold-boot to remove a ram disk.  REMEBER TO
  18.     COPY YOUR FILES OFF FIRST!
  19.  
  20.  
  21. To use the ram disk as a different drive than D:, use your
  22. favorite de-bugger to patch these bytes:
  23.  
  24.  
  25. ADDR:    Is:    Change to:
  26.  
  27. 0208    "D"    desired drive letter.
  28. 0235    "D"    desired drive letter.
  29. 0356    03H    number of desired drive (00h=A, 01h=B, etc.)
  30.  
  31.  
  32. I have no idea who wrote these programs;  my sole contribution
  33. is documenting the patches to change the drive specification.
  34.  
  35.