Command: fcbs
  FCBS sets the number of file control blocks.
  FCBS is a CONFIG.SYS / FDCONFIG.SYS command.
Syntax:
  fcbs=nnn
Options:
  nnn    The number of file control blocks, in the range 1-255.
         The default value is 4.
Comments:
  FCBS sets the number of File Control Blocks to reserve room for.
  As file control blocks have been replaced by file handles (see FILES)
  and FreeDOS dynamically simulates FCBS from the handle data as needed,
  nnn is simply ignored by FreeDOS.
  FCBS is a command internal to kernel.sys and needs no other file
  in order to work.
Examples:
  IN CONFIG.SYS / FDCONFIG.SYS:
    fcbs=4
See also:
  
  config.sys
  fdconfig.sys
  files
File:
  Please read this command's lsm file also.
  You will find the updated version (internet) here and
  the version described in this manual page here.
  The lsm file contains information about the name of the programmer,
  the download site, and some other command related information.
  Copyright © 1998 Jim Hall, updated 2008 by W. Spiegl.
  This file is derived from the FreeDOS Spec Command HOWTO.
  See the file H2Cpying for copying conditions.