Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/arch/i386/conf Initial version of a pro-module kernel co...
details: https://anonhg.NetBSD.org/src/rev/7af880a21ad1
branches: trunk
changeset: 769738:7af880a21ad1
user: ahoka <ahoka%NetBSD.org@localhost>
date: Wed Sep 21 10:18:52 2011 +0000
description:
Initial version of a pro-module kernel config
diffstat:
sys/arch/i386/conf/MODULAR | 77 ++++++++++++++++++++++++++++++++++++++++++++++
1 files changed, 77 insertions(+), 0 deletions(-)
diffs (81 lines):
diff -r d453545c6ac7 -r 7af880a21ad1 sys/arch/i386/conf/MODULAR
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/sys/arch/i386/conf/MODULAR Wed Sep 21 10:18:52 2011 +0000
@@ -0,0 +1,77 @@
+# $NetBSD: MODULAR,v 1.1 2011/09/21 10:18:52 ahoka Exp $
+#
+# MODULAR kernel
+# This kernel config prefers loading kernel drivers from file system.
+# Please see module(7) for more information.
+#
+include "arch/i386/conf/GENERIC"
+
+# these features are available as modules
+#
+no options P1003_1B_SEMAPHORE # p1003.1b semaphore support
+no options AIO # POSIX asynchronous I/O, built as a module
+no options MQUEUE # POSIX messsage queues, built as a module
+no options NFSSERVER # Network File System server
+
+# compatibility options, built as modules
+#
+no options COMPAT_OSSAUDIO # OSS (Voxware) audio driver compatibility
+no options COMPAT_SVR4 # binary compatibility with SVR4
+no options COMPAT_IBCS2 # binary compatibility with SCO and ISC
+no options COMPAT_LINUX # binary compatibility with Linux
+no options COMPAT_FREEBSD # binary compatibility with FreeBSD
+
+# build non boot critical file systems as modules
+#
+no file-system EXT2FS # second extended file system (linux)
+no file-system LFS # log-structured file system
+no file-system NTFS # Windows/NT file system (experimental)
+no file-system MSDOSFS # MS-DOS file system
+no file-system KERNFS # /kern
+no file-system OVERLAY # overlay file system
+no file-system PROCFS # /proc
+no file-system PUFFS # Userspace file systems (e.g. ntfs-3g & sshfs)
+no file-system UMAPFS # NULLFS + uid and gid remapping
+no file-system UNION # union file system
+no file-system CODA # Coda File System; also needs vcoda (below)
+no file-system SMBFS # experimental - CIFS; also needs nsmb (below)
+
+# accept filters, built as modules
+#
+no pseudo-device accf_data # "dataready" accept filter
+no pseudo-device accf_http # "httpready" accept filter
+
+# pseudo devices, available as modules
+#
+no pseudo-device vcoda # coda minicache <-> venus comm.
+no pseudo-device nsmb # experimental - SMB requester
+
+# these drivers are available as modules
+#
+#no acpiacad*
+#no acpibat*
+#no acpibut*
+#no acpicpu*
+#no acpidalb*
+#no acpifan*
+#no acpilid*
+#no acpitz*
+#no acpivga*
+#no acpiwdrt*
+#no acpiwmi*
+
+#no aibs*
+
+no uvideo*
+no pseye*
+
+no hdaudio*
+no hdafg*
+
+#no cir*
+#no irmce*
+
+#no alc*
+#no ath*
+#no axe*
+#no rum*
Home |
Main Index |
Thread Index |
Old Index