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

  1. Documentation of various original programs written
  2. by Ward Christensen
  3.  
  4.         ----ALLOC.COM----
  5. OVERVIEW:
  6.     Prints a picture of the "bit map" which CP/M uses
  7. to allocate disks.
  8.  
  9. USAGE:
  10.     ALLOC
  11. or    ALLOC x:        x=A, B, C, D
  12.  
  13. DEPENDENCIES:
  14.     The ALLOC shipped in previous user's group disks
  15. worked only for CP/M 1.3, since the manner in which data
  16. was passed back from the "inquire allocation vector" changed
  17. (or at least my usage of it changed) from 1.3 to 1.4.
  18.  
  19.