home *** CD-ROM | disk | FTP | other *** search
/ The CIA World Factbook 1992 / k3bimage.iso / sel / 04 / 0034 / iso_0073.iso < prev    next >
Encoding:
Text File  |  1991-12-02  |  682 b   |  19 lines

  1. Command:  BUFFERS                       Type: internal
  2.  
  3. Purpose:  Allow you to set the number of disk buffers that DOS allocates in
  4.           memory at the same time when the system is initialized.
  5.  
  6. Syntax:   buffers=x
  7.           where:
  8.                x is the number of disk buffers from 2 to 255
  9.  
  10.           defaults:
  11.                for a base system             2
  12.                any disk over 360k bytes      3
  13.                128k - 255k bytes ram         5
  14.                256k - 511k bytes ram         10
  15.                512k bytes or more            15
  16.  
  17. Comments: A disk buffer is a block of memory that DOS uses to hold data when
  18.           reading or writing.
  19.