%% File System Parameters
%%% Generic File System Parameters
% FIFOBLKSIZE
FIFO block size.
The capacity of a pipe is 2*FIFOBLKSIZE
to allow a writer to send two messages before blocking
on flow control.
