MONOLITHIC revision 1.3
1# 2# Non MODULAR, used mostly as a reference as to what we modularized. 3# 4include "arch/i386/conf/GENERIC" 5 6no options MODULAR 7 8options EXEC_AOUT # exec a.out binaries 9options EXEC_ELF32 # exec ELF binaries 10options EXEC_SCRIPT # exec #! scripts 11options COREDUMP 12 13options P1003_1B_SEMAPHORE # p1003.1b semaphore support 14options AIO # POSIX AIO, built as a module 15 16options COMPAT_NOMID # compatibility with 386BSD, BSDI, NetBSD 0.8, 17options COMPAT_09 # NetBSD 0.9, 18options COMPAT_10 # NetBSD 1.0, 19options COMPAT_11 # NetBSD 1.1, 20options COMPAT_12 # NetBSD 1.2, 21options COMPAT_13 # NetBSD 1.3, 386BSD, and BSDI 22options COMPAT_14 # NetBSD 1.4 23options COMPAT_15 # NetBSD 1.5 24options COMPAT_16 # NetBSD 1.6 25options COMPAT_20 # NetBSD 2.0 26options COMPAT_30 # NetBSD 3.0 27options COMPAT_40 # NetBSD 4.0 28options COMPAT_50 # NetBSD 5.0 29options COMPAT_43 # and 4.3BSD 30 31options COMPAT_OSSAUDIO # OSS (Voxware) audio driver compatibility 32options COMPAT_SVR4 # binary compatibility with SVR4 33options COMPAT_IBCS2 # binary compatibility with SCO and ISC 34options COMPAT_LINUX # binary compatibility with Linux 35options COMPAT_FREEBSD # binary compatibility with FreeBSD 36 37# File systems 38file-system FFS # UFS 39file-system EXT2FS # second extended file system (linux) 40file-system LFS # log-structured file system 41file-system MFS # memory file system 42file-system NFS # Network File System client 43file-system NTFS # Windows/NT file system (experimental) 44file-system CD9660 # ISO 9660 + Rock Ridge file system 45file-system MSDOSFS # MS-DOS file system 46file-system FDESC # /dev/fd 47file-system KERNFS # /kern 48file-system NULLFS # loopback file system 49file-system OVERLAY # overlay file system 50file-system PORTAL # portal filesystem (still experimental) 51file-system PROCFS # /proc 52file-system UMAPFS # NULLFS + uid and gid remapping 53file-system UNION # union file system 54file-system CODA # Coda File System; also needs vcoda (below) 55file-system SMBFS # experimental - CIFS; also needs nsmb (below) 56file-system PTYFS # /dev/ptm support 57file-system TMPFS # Efficient memory file-system 58 59options QUOTA # UFS quotas 60 61options NFSSERVER 62 63options PPP_BSDCOMP # BSD-Compress compression support for PPP 64options PPP_DEFLATE # Deflate compression support for PPP 65 66pseudo-device accf_data # "dataready" accept filter 67pseudo-device accf_http # "httpready" accept filter 68 69pseudo-device vcoda 4 # coda minicache <-> venus comm. 70 71pseudo-device nsmb # experimental - SMB requester 72