home *** CD-ROM | disk | FTP | other *** search
/ CP/M / CPM_CDROM.iso / mbug / mbug001.arc / BITMAP.HLP < prev    next >
Text File  |  1979-12-31  |  896b  |  19 lines

  1. :    Bitmap display utility - description & use
  2.  
  3.    The CP/M operating system records the current allocation of
  4. storage on a disk drive as a collection of blocks.   Each such
  5. block is either in use in a current file,  or is considered to
  6. be free, ready for use.
  7.  
  8.    This allocation is recorded in a bit pattern held in memory
  9. for each disk currently logged in.  One bit is set for each of
  10. the allocated blocks, while the bit for each free block is not
  11. set.   This map will not be valid if the disk has been changed
  12. without relogging in that drive.  (this causes the requirement
  13. for a <control C> or disk reset on mounting of a new disk)
  14.  
  15.    This utility will display this current bitmap for requested
  16. drives, on the console.
  17.  
  18.    Command Syntax:    BITMAP <DRIVEID>:<return>
  19.