61 lines
2.1 KiB
Plaintext
61 lines
2.1 KiB
Plaintext
#
|
|
# Non MODULAR, used mostly as a reference as to what we modularized.
|
|
#
|
|
include "arch/i386/conf/GENERIC"
|
|
|
|
no options MODULAR
|
|
|
|
options EXEC_AOUT # exec a.out binaries
|
|
options EXEC_ELF32 # exec ELF binaries
|
|
options EXEC_SCRIPT # exec #! scripts
|
|
options COREDUMP
|
|
|
|
options P1003_1B_SEMAPHORE # p1003.1b semaphore support
|
|
options AIO # POSIX asynchronous I/O, built as a module
|
|
options MQUEUE # POSIX messsage queues, built as a module
|
|
|
|
options COMPAT_OSSAUDIO # OSS (Voxware) audio driver compatibility
|
|
options COMPAT_SVR4 # binary compatibility with SVR4
|
|
options COMPAT_IBCS2 # binary compatibility with SCO and ISC
|
|
options COMPAT_LINUX # binary compatibility with Linux
|
|
options COMPAT_FREEBSD # binary compatibility with FreeBSD
|
|
|
|
# File systems
|
|
file-system FFS # UFS
|
|
file-system EXT2FS # second extended file system (linux)
|
|
file-system LFS # log-structured file system
|
|
file-system MFS # memory file system
|
|
file-system NFS # Network File System client
|
|
file-system NTFS # Windows/NT file system (experimental)
|
|
file-system CD9660 # ISO 9660 + Rock Ridge file system
|
|
file-system MSDOSFS # MS-DOS file system
|
|
file-system FDESC # /dev/fd
|
|
file-system KERNFS # /kern
|
|
file-system NULLFS # loopback file system
|
|
file-system OVERLAY # overlay file system
|
|
file-system PORTAL # portal filesystem (still experimental)
|
|
file-system PROCFS # /proc
|
|
file-system UMAPFS # NULLFS + uid and gid remapping
|
|
file-system UNION # union file system
|
|
file-system CODA # Coda File System; also needs vcoda (below)
|
|
file-system SMBFS # experimental - CIFS; also needs nsmb (below)
|
|
file-system PTYFS # /dev/ptm support
|
|
file-system TMPFS # Efficient memory file-system
|
|
file-system PUFFS # Userspace file systems (e.g. ntfs-3g & sshfs)
|
|
|
|
options QUOTA # UFS quotas
|
|
|
|
options NFSSERVER
|
|
|
|
options PPP_BSDCOMP # BSD-Compress compression support for PPP
|
|
options PPP_DEFLATE # Deflate compression support for PPP
|
|
|
|
pseudo-device accf_data # "dataready" accept filter
|
|
pseudo-device accf_http # "httpready" accept filter
|
|
|
|
pseudo-device vcoda 4 # coda minicache <-> venus comm.
|
|
|
|
pseudo-device nsmb # experimental - SMB requester
|
|
|
|
pseudo-device putter # for puffs and pud
|