Module Name:    src
Committed By:   jnemeth
Date:           Wed Jan  5 10:34:49 UTC 2011

Added Files:
        src/sys/arch/sparc64/conf: MODULAR

Log Message:
Sample MODULAR kernel configuration.

approved by: martin@


To generate a diff of this commit:
cvs rdiff -u -r0 -r1.1 src/sys/arch/sparc64/conf/MODULAR

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Added files:

Index: src/sys/arch/sparc64/conf/MODULAR
diff -u /dev/null src/sys/arch/sparc64/conf/MODULAR:1.1
--- /dev/null	Wed Jan  5 10:34:49 2011
+++ src/sys/arch/sparc64/conf/MODULAR	Wed Jan  5 10:34:49 2011
@@ -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

Reply via email to