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 comment things out for smaller footprint
details: https://anonhg.NetBSD.org/src/rev/8aa13b93f036
branches: trunk
changeset: 534808:8aa13b93f036
user: itojun <itojun%NetBSD.org@localhost>
date: Sat Aug 03 15:52:20 2002 +0000
description:
comment things out for smaller footprint
diffstat:
sys/arch/i386/conf/LAMB | 44 ++++++++++++++++++++++----------------------
1 files changed, 22 insertions(+), 22 deletions(-)
diffs (96 lines):
diff -r 7753b9d7a24b -r 8aa13b93f036 sys/arch/i386/conf/LAMB
--- a/sys/arch/i386/conf/LAMB Sat Aug 03 15:34:09 2002 +0000
+++ b/sys/arch/i386/conf/LAMB Sat Aug 03 15:52:20 2002 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: LAMB,v 1.26 2002/07/22 11:06:03 wiz Exp $
+# $NetBSD: LAMB,v 1.27 2002/08/03 15:52:20 itojun Exp $
#
# LAMB - a complete kernel for wildlab LAMB, http://www.wildlab.com/
#
@@ -7,7 +7,7 @@
#options INCLUDE_CONFIG_FILE # embed config file in kernel binary
-#ident "GENERIC-Revision: 1.501"
+#ident "GENERIC-Revision: 1.503"
maxusers 32 # estimated number of users
@@ -95,36 +95,36 @@
options COMPAT_386BSD_MBRPART # recognize old partition ID
#options TCP_COMPAT_42 # 4.2BSD TCP/IP bug compat. Not recommended.
-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
+#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
#options COMPAT_MACH # binary compatibility with Mach binaries
#options EXEC_MACHO # exec MACH-O binaries
#options COMPAT_PECOFF # kernel support to run Win32 apps
# File systems
file-system FFS # UFS
-file-system EXT2FS # second extended file system (linux)
+#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 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 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 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 UMAPFS # NULLFS + uid and gid remapping
+#file-system UNION # union file system
+#file-system CODA # Coda File System; also needs vcoda (below)
# File system options
options QUOTA # UFS quotas
-#options FFS_EI # FFS Endian Independent support
+options FFS_EI # FFS Endian Independent support
options SOFTDEP # FFS soft updates support.
options NFSSERVER # Network File System server
#options EXT2FS_SYSTEM_FLAGS # makes ext2fs file flags (append and
@@ -138,12 +138,12 @@
#options IPSEC_ESP # IP security (encryption part; define w/IPSEC)
#options IPSEC_DEBUG # debug for IP security
#options MROUTING # IP multicast routing
-options NS # XNS
+#options NS # XNS
#options NSIP # XNS tunneling over IP
-options ISO,TPIP # OSI
+#options ISO,TPIP # OSI
#options EON # OSI tunneling over IP
-options CCITT,LLC,HDLC # X.25
-options NETATALK # AppleTalk networking protocols
+#options CCITT,LLC,HDLC # X.25
+#options NETATALK # AppleTalk networking protocols
options PPP_BSDCOMP # BSD-Compress compression support for PPP
options PPP_DEFLATE # Deflate compression support for PPP
options PPP_FILTER # Active filter support for PPP (requires bpf)
@@ -380,7 +380,7 @@
pseudo-device clockctl # user control of clock subsystem
# a pseudo device needed for Coda # also needs CODA (above)
-pseudo-device vcoda 4 # coda minicache <-> venus comm.
+#pseudo-device vcoda 4 # coda minicache <-> venus comm.
# wscons pseudo-devices
#pseudo-device wsmux # mouse & keyboard multiplexor
Home |
Main Index |
Thread Index |
Old Index