From: utzoo!decvax!ittvax!dcdwest!greg
Newsgroups: net.unix-wizards
Title: Re: CBSIZE in 4.1bsd kernel
Article-I.D.: dcdwest.176
Posted: Thu Feb 24 08:43:36 1983
Received: Fri Feb 25 03:42:03 1983
References: trw-unix.14

We have changed CBSIZE to 60 and 124 successively with now problems.
You MUST ,however, update CROUND to CBSIZE + sizeof int -1 (I think
that is the formula, it is printed on the same line in param.c as the
CROUND definition.

I did try to change CBSIZE to 252 but the system would not come up
multi-user. Any comments about that in net-land????

CBSIZE should be some multiple of 4 (preferably power of 2) minus 4
to allow for the array of CBSIZE chars plus a pointer (4 byte) to
the next CBLOCK.

Greg Hidley
ITTDCD