Installation guide

cfe: Error: conf.c, line 925: Too many initial values for ’bdevsw’
If you receive a message similar to this one, edit the the configuration file
and define the options keywords MAX_BDEVSW and MAX_CDEVSW. For
example, the following line sets the MAX_BDEVSW keyword to 64:
options MAX_BDEVSW=64
Refer to Table 5–2 for information about the default values for these
keywords.
5.6.5.4 File System Configuration
The operating system views file systems as kernel subsystems. The file
systems supported by your system are listed in the configuration file using
options keywords, as follows:
Options Keyword Required Use
BUFCACHE_STATS
Yes File system statistics gathering
CDFS
No ISO 9660 CDFS
COMPAT_43
Yes Backward compatibility with 4.3BSD
QUOTA
Yes UFS disk quota functionality
5.6.5.5 File System Types, File Formats, and Locking
The following configuration file entries define code dependencies for the
supported file system types. Include in your configuration file the entries
that apply to your configuration:
Option Definition Required Use
CDFS
Yes ISO 9660 compact disk file system
COMPAT_43
Yes 4.3BSD backwards compatibility
FFM_FS
No File-on-File File System; needed for
STREAMS fattach and mkfifo
LABELS
Yes OSF/1 disk labels
MSFS
No Advanced File System (AdvFS)
NFS
Yes Network File System (NFS)
NFS_SERVER
No Server for NFS
OSF_MACH_O
Yes Format of load files
Configuring the Kernel 5–51