Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/arch/sparc64/conf Sample MODULAR kernel configuration.
details: https://anonhg.NetBSD.org/src/rev/dc4790671b39
branches: trunk
changeset: 760449:dc4790671b39
user: jnemeth <jnemeth%NetBSD.org@localhost>
date: Wed Jan 05 10:34:49 2011 +0000
description:
Sample MODULAR kernel configuration.
approved by: martin@
diffstat:
sys/arch/sparc64/conf/MODULAR | 34 ++++++++++++++++++++++++++++++++++
1 files changed, 34 insertions(+), 0 deletions(-)
diffs (38 lines):
diff -r ca38ddf15253 -r dc4790671b39 sys/arch/sparc64/conf/MODULAR
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/sys/arch/sparc64/conf/MODULAR Wed Jan 05 10:34:49 2011 +0000
@@ -0,0 +1,34 @@
+# $NetBSD: MODULAR,v 1.1 2011/01/05 10:34:49 jnemeth Exp $
+#
+# MODULAR kernel - like GENERIC, but excluding lots of stuff that can
+# be loaded as a module later
+#
+
+include "arch/sparc64/conf/GENERIC"
+
+#ident "MODULAR-$Revision: 1.1 $"
+
+#no options MODULAR
+
+#no options EXEC_AOUT # execve(2) support for a.out binaries
+#no options EXEC_ELF32 # Exec module for SunOS 5.x binaries.
+
+#no options TCP_COMPAT_42 # 4.2BSD TCP/IP bug compat. Not recommended.
+no options COMPAT_BSDPTY # /dev/[pt]ty?? ptys.
+
+no file-system KERNFS # kernel data-structure filesystem
+no file-system NULLFS # NULL layered filesystem
+no file-system OVERLAY # overlay file system
+no file-system MFS # memory-based filesystem
+no file-system FDESC # user file descriptor filesystem
+no file-system UMAPFS # uid/gid remapping filesystem
+no file-system LFS # Log-based filesystem (still experimental)
+no file-system PUFFS # Userspace file systems (e.g. ntfs-3g & sshfs)
+no file-system PROCFS # /proc
+no file-system CD9660 # ISO 9660 + Rock Ridge file system
+no file-system UNION # union file system
+no file-system MSDOSFS # MS-DOS FAT filesystem(s).
+no file-system PTYFS # /dev/pts/N support
+no file-system SMBFS # experimental - CIFS; also needs nsmb (below)
+no file-system TMPFS # Efficient memory file-system
+#no file-system UDF # experimental - OSTA UDF CD/DVD file-system
Home |
Main Index |
Thread Index |
Old Index