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
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.