home *** CD-ROM | disk | FTP | other *** search
/ CP/M / CPM_CDROM.iso / simtel / cpmug / cpmug040.ark / DU.DOC < prev    next >
Encoding:
Text File  |  1984-04-29  |  894 b   |  26 lines

  1. Documentation of various original programs written
  2. by Ward Christensen
  3.  
  4.         ----DU.ASM----
  5. OVERVIEW:
  6.     Originally written to reconstruct erased directories,
  7. or directories where info was overlaid.  Thus allows dumping,
  8. by group, track, sector, filename, etc. and patching.  Allows
  9. ascii or hex scan of the disk.  Maps the location of files
  10. on the disk by group.  You should know the format of a CP/M
  11. disk if you're going to diddle with DU.
  12.  
  13. USAGE:
  14.     DU.ASM provides an overview of the file.  DU has a
  15. built in help function ? which tells the format of all
  16. commands.
  17.  
  18. DEPENDENCIES:
  19.     "Standard CP/M 8" disks" - i.e. 77 tracks,
  20. directory at track 2.  Standard CP/M scramble factor
  21. (but could be changed in the .ASM file) etc.  It also works
  22. on such disks as Northstar CP/M 1.4 which the excellent
  23. Lifeboat BIOS make "look" like full sized disks in terms of
  24. sector/track etc.
  25.  
  26.