Remove obsolete options VNODE_OP_NOINLINE.
This commit is contained in:
parent
ebd35749cf
commit
2a32b6081e
@ -1,4 +1,4 @@
|
||||
# $NetBSD: FOURMEG,v 1.24 2005/12/07 09:10:11 tsutsui Exp $
|
||||
# $NetBSD: FOURMEG,v 1.25 2005/12/07 12:40:46 tsutsui Exp $
|
||||
|
||||
# FOURMEG arm26 configuration -- something small
|
||||
|
||||
@ -111,7 +111,6 @@ options PIPE_SOCKETPAIR # smaller, but slower pipe(2)
|
||||
#options INSECURE
|
||||
|
||||
# Reduce kernel size a little
|
||||
options VNODE_OP_NOINLINE # Not inlining vnode op calls saves mem
|
||||
options MALLOC_NOINLINE # Not inlining MALLOC saves memory
|
||||
|
||||
# NFS boot options
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $NetBSD: INSTALL,v 1.14 2005/12/07 09:10:11 tsutsui Exp $
|
||||
# $NetBSD: INSTALL,v 1.15 2005/12/07 12:40:46 tsutsui Exp $
|
||||
|
||||
# INSTALL configuration, used to generate installation media
|
||||
|
||||
@ -107,7 +107,6 @@ options PIPE_SOCKETPAIR # smaller, but slower pipe(2)
|
||||
#options INSECURE
|
||||
|
||||
# Reduce kernel size a little
|
||||
options VNODE_OP_NOINLINE # Not inlining vnode op calls saves mem
|
||||
options MALLOC_NOINLINE # Not inlining MALLOC saves memory
|
||||
|
||||
# NFS boot options
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $NetBSD: INSTALL,v 1.35 2005/12/07 09:10:11 tsutsui Exp $
|
||||
# $NetBSD: INSTALL,v 1.36 2005/12/07 12:40:46 tsutsui Exp $
|
||||
#
|
||||
# INSTALL -- NetBSD/acorn32 install configuration
|
||||
#
|
||||
@ -22,7 +22,7 @@ include "arch/acorn32/conf/std.acorn32"
|
||||
|
||||
#options INCLUDE_CONFIG_FILE # embed config file in kernel binary
|
||||
|
||||
#ident "INSTALL-$Revision: 1.35 $"
|
||||
#ident "INSTALL-$Revision: 1.36 $"
|
||||
|
||||
# estimated number of users
|
||||
maxusers 32
|
||||
@ -73,8 +73,6 @@ file-system PTYFS # /dev/pts/N support
|
||||
#options NFSSERVER
|
||||
options FFS_NO_SNAPSHOT # No FFS snapshot support
|
||||
|
||||
options VNODE_OP_NOINLINE # Not inlining vnode op calls saves mem
|
||||
|
||||
# Networking options
|
||||
|
||||
#options GATEWAY # packet forwarding
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $NetBSD: INSTALL,v 1.87 2005/12/07 09:10:12 tsutsui Exp $
|
||||
# $NetBSD: INSTALL,v 1.88 2005/12/07 12:40:46 tsutsui Exp $
|
||||
#
|
||||
# Alpha INSTALL kernel.
|
||||
|
||||
@ -48,7 +48,6 @@ file-system KERNFS # Kernel variable file system (/kern)
|
||||
|
||||
# Filesystem options
|
||||
#options NFS_V2_ONLY # Exclude NFS3 and NQNFS code to save space
|
||||
options VNODE_OP_NOINLINE # Not inlining vnode op calls saves mem
|
||||
#options FFS_NO_SNAPSHOT # No FFS snapshot support
|
||||
|
||||
# Networking options
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $NetBSD: SIMICS,v 1.23 2005/12/07 09:10:12 tsutsui Exp $
|
||||
# $NetBSD: SIMICS,v 1.24 2005/12/07 12:40:46 tsutsui Exp $
|
||||
#
|
||||
# INSTALL_TINY - Tiny Installation kernel, suitable for 4M machines.
|
||||
#
|
||||
@ -107,7 +107,6 @@ file-system FFS # UFS
|
||||
#options QUOTA # UFS quotas
|
||||
#options NFSSERVER # Network File System server
|
||||
#options NFS_V2_ONLY # Exclude NFS3 and NQNFS code to save space
|
||||
#options VNODE_OP_NOINLINE # Save space by not inlining vnode op calls
|
||||
#options EXT2FS_SYSTEM_FLAGS # makes ext2fs file flags (append and
|
||||
# immutable) behave as system flags.
|
||||
options FFS_NO_SNAPSHOT # No FFS snapshot support
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $NetBSD: GENERIC.in,v 1.46 2005/12/07 09:10:12 tsutsui Exp $
|
||||
# $NetBSD: GENERIC.in,v 1.47 2005/12/07 12:40:46 tsutsui Exp $
|
||||
#
|
||||
# GENERIC machine description file
|
||||
#
|
||||
@ -56,7 +56,7 @@ include "arch/amiga/conf/std.amiga"
|
||||
|
||||
options INCLUDE_CONFIG_FILE # embed config file in kernel binary
|
||||
|
||||
#ident "GENERIC-$Revision: 1.46 $"
|
||||
#ident "GENERIC-$Revision: 1.47 $"
|
||||
|
||||
m4_ifdef(`INSTALL_CONFIGURATION', `m4_dnl
|
||||
makeoptions COPTS="-Os"
|
||||
@ -170,9 +170,7 @@ file-system PTYFS # /dev/pts/N support
|
||||
|
||||
#options FFS_EI # FFS Endian Independant support
|
||||
|
||||
m4_ifdef(`INSTALL_CONFIGURATION', `
|
||||
options VNODE_OP_NOINLINE # Not inlining vnode op calls saves mem
|
||||
', `m4_dnl
|
||||
m4_ifdef(`INSTALL_CONFIGURATION', `', `m4_dnl
|
||||
options QUOTA # User and group quotas in FFS
|
||||
options SOFTDEP # FFS soft updates support.
|
||||
#options UFS_DIRHASH # UFS Large Directory Hashing - Experimental
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $NetBSD: MDINSTALL,v 1.23 2005/12/07 12:22:29 tsutsui Exp $
|
||||
# $NetBSD: MDINSTALL,v 1.24 2005/12/07 12:40:46 tsutsui Exp $
|
||||
|
||||
#
|
||||
# INSTALL kernel for ramdisk installation
|
||||
@ -49,7 +49,6 @@ file-system MSDOSFS # MS-DOS filesystem
|
||||
file-system KERNFS # kernel data-structure filesystem
|
||||
file-system PTYFS # /dev/pts/N support
|
||||
|
||||
options VNODE_OP_NOINLINE # Not inlining vnode op calls saves mem
|
||||
options FFS_NO_SNAPSHOT # No FFS snapshot support
|
||||
|
||||
#
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $NetBSD: INSTALL,v 1.34 2005/12/07 09:10:12 tsutsui Exp $
|
||||
# $NetBSD: INSTALL,v 1.35 2005/12/07 12:40:46 tsutsui Exp $
|
||||
#
|
||||
# First try for BEBOX config file
|
||||
#
|
||||
@ -66,7 +66,6 @@ file-system PTYFS # /dev/pts/N support
|
||||
|
||||
# Filesystem options
|
||||
#options NFS_V2_ONLY # Exclude NFS3 and NQNFS code to save space
|
||||
options VNODE_OP_NOINLINE # Not inlining vnode op calls saves mem
|
||||
options FFS_NO_SNAPSHOT # No FFS snapshot support
|
||||
|
||||
#options NFSSERVER
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $NetBSD: INSTALL,v 1.54 2005/12/07 09:10:12 tsutsui Exp $
|
||||
# $NetBSD: INSTALL,v 1.55 2005/12/07 12:40:47 tsutsui Exp $
|
||||
#
|
||||
# CATSINST -- CHALTECH CATS Install kernel
|
||||
#
|
||||
@ -54,7 +54,6 @@ file-system PTYFS # /dev/pts/N support
|
||||
#options FFS_EI # FFS Endian Independant support
|
||||
#options NFSSERVER
|
||||
#options SOFTDEP # FFS soft updates support
|
||||
options VNODE_OP_NOINLINE # Not inlining vnode op calls saves mem
|
||||
options FFS_NO_SNAPSHOT # No FFS snapshot support
|
||||
|
||||
# Networking options
|
||||
|
@ -1,8 +1,8 @@
|
||||
# $NetBSD: INSTALL_OPENBLOCKS266,v 1.2 2005/08/31 15:23:06 he Exp $
|
||||
# $NetBSD: INSTALL_OPENBLOCKS266,v 1.3 2005/12/07 12:40:47 tsutsui Exp $
|
||||
|
||||
include "arch/evbppc/conf/OPENBLOCKS266"
|
||||
|
||||
#ident "INSTALL_OPENBLOCKS266-$Revision: 1.2 $"
|
||||
#ident "INSTALL_OPENBLOCKS266-$Revision: 1.3 $"
|
||||
|
||||
#
|
||||
# DEBUG options turned on:
|
||||
@ -14,7 +14,6 @@ include "arch/evbppc/conf/OPENBLOCKS266"
|
||||
options DIAGNOSTIC
|
||||
options PIPE_SOCKETPAIR # smaller, but slower pipe(2)
|
||||
options MALLOC_NOINLINE # Not inlining MALLOC saves memory
|
||||
options VNODE_OP_NOINLINE # Not inlining vnode op calls saves mem
|
||||
|
||||
#
|
||||
# Enable the hooks used for initializing the root memory-disk.
|
||||
|
@ -1,8 +1,8 @@
|
||||
# $NetBSD: INSTALL_WALNUT,v 1.5 2005/01/18 12:38:41 simonb Exp $
|
||||
# $NetBSD: INSTALL_WALNUT,v 1.6 2005/12/07 12:40:47 tsutsui Exp $
|
||||
|
||||
include "arch/evbppc/conf/WALNUT"
|
||||
|
||||
#ident "INSTALL_WALNUT-$Revision: 1.5 $"
|
||||
#ident "INSTALL_WALNUT-$Revision: 1.6 $"
|
||||
|
||||
# DEBUG options turned on:
|
||||
|
||||
@ -13,7 +13,6 @@ options DIAGNOSTIC
|
||||
#options SYSCALL_DEBUG
|
||||
options PIPE_SOCKETPAIR # smaller, but slower pipe(2)
|
||||
options MALLOC_NOINLINE # Not inlining MALLOC saves memory
|
||||
options VNODE_OP_NOINLINE # Not inlining vnode op calls saves mem
|
||||
|
||||
# Enable the hooks used for initializing the root memory-disk.
|
||||
options MEMORY_DISK_HOOKS
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $NetBSD: INSTALL,v 1.27 2005/12/07 09:10:13 tsutsui Exp $
|
||||
# $NetBSD: INSTALL,v 1.28 2005/12/07 12:40:47 tsutsui Exp $
|
||||
#
|
||||
# INSTALL machine description file
|
||||
#
|
||||
@ -21,7 +21,6 @@ options USERCONF # userconf(4) support
|
||||
options PIPE_SOCKETPAIR # smaller, but slower pipe(2)
|
||||
#options SYSCTL_INCLUDE_DESCR # Include sysctl descriptions in kernel
|
||||
options MALLOC_NOINLINE # Not inlining MALLOC saves memory
|
||||
options VNODE_OP_NOINLINE # Not inlining vnode op calls saves mem
|
||||
|
||||
# Support for various CPU types
|
||||
options HP320
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $NetBSD: GENERIC,v 1.178 2005/12/07 09:10:13 tsutsui Exp $
|
||||
# $NetBSD: GENERIC,v 1.179 2005/12/07 12:40:47 tsutsui Exp $
|
||||
#
|
||||
# GENERIC machine description file
|
||||
#
|
||||
@ -24,7 +24,7 @@ include "arch/hpcmips/conf/std.hpcmips.tx39"
|
||||
|
||||
options INCLUDE_CONFIG_FILE # embed config file in kernel binary
|
||||
|
||||
#ident "GENERIC-$Revision: 1.178 $"
|
||||
#ident "GENERIC-$Revision: 1.179 $"
|
||||
|
||||
maxusers 16
|
||||
|
||||
@ -95,7 +95,6 @@ options NFSSERVER # Sun NFS-compatible filesystem (server)
|
||||
options SOFTDEP # FFS soft updates support.
|
||||
#options UFS_DIRHASH # UFS Large Directory Hashing - Experimental
|
||||
#options QUOTA # UFS quotas
|
||||
options VNODE_OP_NOINLINE # don't inline vnode op calls
|
||||
#options FFS_NO_SNAPSHOT # No FFS snapshot support
|
||||
|
||||
# Networking options
|
||||
|
@ -1,5 +1,5 @@
|
||||
#
|
||||
# $NetBSD: LROUTER,v 1.29 2005/12/07 09:10:13 tsutsui Exp $
|
||||
# $NetBSD: LROUTER,v 1.30 2005/12/07 12:40:47 tsutsui Exp $
|
||||
# From: NetBSD: MPC303,v 1.4 2001/11/21 11:28:09 uch Exp
|
||||
#
|
||||
# Kernel configuration file for LASER5 L-Router
|
||||
@ -78,7 +78,6 @@ file-system PTYFS # /dev/pts/N support
|
||||
options NFSSERVER # Sun NFS-compatible filesystem (server)
|
||||
options SOFTDEP # FFS soft updates support.
|
||||
#options QUOTA # UFS quotas
|
||||
options VNODE_OP_NOINLINE # don't inline vnode op calls
|
||||
#options FFS_NO_SNAPSHOT # No FFS snapshot support
|
||||
|
||||
# Networking options
|
||||
|
@ -1,5 +1,5 @@
|
||||
#
|
||||
# $NetBSD: MPC303,v 1.39 2005/12/07 09:10:13 tsutsui Exp $
|
||||
# $NetBSD: MPC303,v 1.40 2005/12/07 12:40:47 tsutsui Exp $
|
||||
# From: NetBSD: GENERIC,v 1.91 2001/05/06 14:25:16 takemura Exp
|
||||
#
|
||||
# Kernel configuration file for Victor MP-C303; enami's test machine.
|
||||
@ -9,7 +9,7 @@ include "arch/hpcmips/conf/std.hpcmips"
|
||||
|
||||
#options INCLUDE_CONFIG_FILE # embed config file in kernel binary
|
||||
|
||||
#ident "GENERIC-$Revision: 1.39 $"
|
||||
#ident "GENERIC-$Revision: 1.40 $"
|
||||
|
||||
maxusers 16
|
||||
|
||||
@ -75,7 +75,6 @@ file-system PTYFS # /dev/pts/N support
|
||||
#options NFSSERVER # Sun NFS-compatible filesystem (server)
|
||||
options SOFTDEP # FFS soft updates support.
|
||||
#options QUOTA # UFS quotas
|
||||
options VNODE_OP_NOINLINE # don't inline vnode op calls
|
||||
options FFS_NO_SNAPSHOT # No FFS snapshot support
|
||||
|
||||
# Networking options
|
||||
|
@ -2,7 +2,7 @@
|
||||
# Distribution kernel (TOSHIBA TX3912 based model) kernel config file
|
||||
|
||||
#
|
||||
# $NetBSD: TX3912,v 1.62 2005/12/07 09:10:13 tsutsui Exp $
|
||||
# $NetBSD: TX3912,v 1.63 2005/12/07 12:40:47 tsutsui Exp $
|
||||
#
|
||||
include "arch/hpcmips/conf/std.hpcmips"
|
||||
|
||||
@ -95,7 +95,6 @@ options INET6 # IPV6
|
||||
options NFSSERVER # Sun NFS-compatible filesystem (server)
|
||||
options SOFTDEP # FFS soft updates support.
|
||||
#options QUOTA # UFS quotas
|
||||
options VNODE_OP_NOINLINE # don't inline vnode op calls
|
||||
options FFS_NO_SNAPSHOT # No FFS snapshot support
|
||||
|
||||
options NFS_BOOT_DHCP
|
||||
|
@ -1,7 +1,7 @@
|
||||
#
|
||||
# Distribution kernel (TOSHIBA TX3922 based model) kernel config file
|
||||
#
|
||||
# $NetBSD: TX3922,v 1.70 2005/12/07 09:10:13 tsutsui Exp $
|
||||
# $NetBSD: TX3922,v 1.71 2005/12/07 12:40:47 tsutsui Exp $
|
||||
#
|
||||
include "arch/hpcmips/conf/std.hpcmips"
|
||||
|
||||
@ -84,7 +84,6 @@ options INET6 # IPV6
|
||||
options NFSSERVER # Sun NFS-compatible filesystem (server)
|
||||
options SOFTDEP # FFS soft updates support.
|
||||
#options QUOTA # UFS quotas
|
||||
options VNODE_OP_NOINLINE # don't inline vnode op calls
|
||||
options FFS_NO_SNAPSHOT # No FFS snapshot support
|
||||
|
||||
options NFS_BOOT_DHCP
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $NetBSD: VR41XX,v 1.32 2005/12/07 09:10:13 tsutsui Exp $
|
||||
# $NetBSD: VR41XX,v 1.33 2005/12/07 12:40:47 tsutsui Exp $
|
||||
#
|
||||
# GENERIC machine description file
|
||||
#
|
||||
@ -20,7 +20,7 @@
|
||||
|
||||
include "arch/hpcmips/conf/std.hpcmips"
|
||||
include "arch/hpcmips/conf/std.hpcmips.vr41"
|
||||
#ident "GENERIC-$Revision: 1.32 $"
|
||||
#ident "GENERIC-$Revision: 1.33 $"
|
||||
|
||||
#options INCLUDE_CONFIG_FILE # embed config file in kernel binary
|
||||
|
||||
@ -88,7 +88,6 @@ file-system PTYFS # /dev/pts/N support
|
||||
#options NFSSERVER # Sun NFS-compatible filesystem (server)
|
||||
options SOFTDEP # FFS soft updates support.
|
||||
#options QUOTA # UFS quotas
|
||||
options VNODE_OP_NOINLINE # don't inline vnode op calls
|
||||
options FFS_NO_SNAPSHOT # No FFS snapshot support
|
||||
|
||||
# Networking options
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $NetBSD: GENERIC_TINY,v 1.93 2005/12/07 09:10:15 tsutsui Exp $
|
||||
# $NetBSD: GENERIC_TINY,v 1.94 2005/12/07 12:40:47 tsutsui Exp $
|
||||
#
|
||||
# GENERIC_TINY -- suitable default for 4M machines
|
||||
# No EISA, PCI, or SCSI.
|
||||
@ -121,7 +121,6 @@ file-system KERNFS # /kern
|
||||
options FFS_NO_SNAPSHOT # No FF snapshot support
|
||||
#options EXT2FS_SYSTEM_FLAGS # makes ext2fs file flags (append and
|
||||
# immutable) behave as system flags.
|
||||
options VNODE_OP_NOINLINE # don't inline vnode op calls
|
||||
|
||||
# Networking options
|
||||
#options GATEWAY # packet forwarding
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $NetBSD: INSTALL,v 1.274 2005/12/07 09:10:15 tsutsui Exp $
|
||||
# $NetBSD: INSTALL,v 1.275 2005/12/07 12:40:47 tsutsui Exp $
|
||||
#
|
||||
# INSTALL - Installation kernel.
|
||||
#
|
||||
@ -127,7 +127,6 @@ file-system KERNFS # /kern
|
||||
#options QUOTA # UFS quotas
|
||||
#options NFSSERVER # Network File System server
|
||||
options NFS_V2_ONLY # Exclude NFS3 and NQNFS code to save space
|
||||
options VNODE_OP_NOINLINE # Not inlining vnode op calls saves mem
|
||||
options FFS_NO_SNAPSHOT # No FFS snapshot support
|
||||
#options EXT2FS_SYSTEM_FLAGS # makes ext2fs file flags (append and
|
||||
# immutable) behave as system flags.
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $NetBSD: INSTALL_LAPTOP,v 1.93 2005/12/07 09:10:15 tsutsui Exp $
|
||||
# $NetBSD: INSTALL_LAPTOP,v 1.94 2005/12/07 12:40:47 tsutsui Exp $
|
||||
#
|
||||
# INSTALL - Installation kernel.
|
||||
#
|
||||
@ -127,7 +127,6 @@ file-system KERNFS # /kern
|
||||
#options NFSSERVER # Network File System server
|
||||
#options EXT2FS_SYSTEM_FLAGS # makes ext2fs file flags (append and
|
||||
# immutable) behave as system flags.
|
||||
options VNODE_OP_NOINLINE # Not inlining vnode op calls saves mem
|
||||
options FFS_NO_SNAPSHOT # No FFS snapshot support
|
||||
|
||||
# Networking options
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $NetBSD: INSTALL_SMALL,v 1.121 2005/12/07 09:10:15 tsutsui Exp $
|
||||
# $NetBSD: INSTALL_SMALL,v 1.122 2005/12/07 12:40:47 tsutsui Exp $
|
||||
#
|
||||
# INSTALL_SMALL - Small Installation kernel.
|
||||
#
|
||||
@ -127,7 +127,6 @@ file-system MSDOSFS # MS-DOS file system
|
||||
#options EXT2FS_SYSTEM_FLAGS # makes ext2fs file flags (append and
|
||||
# immutable) behave as system flags.
|
||||
options NFS_V2_ONLY # Exclude NFS3 and NQNFS code to save space
|
||||
options VNODE_OP_NOINLINE # Not inlining vnode op calls saves mem
|
||||
options FFS_NO_SNAPSHOT # No FFS snapshot support
|
||||
|
||||
# Networking options
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $NetBSD: INSTALL_TINY,v 1.98 2005/12/07 09:10:15 tsutsui Exp $
|
||||
# $NetBSD: INSTALL_TINY,v 1.99 2005/12/07 12:40:47 tsutsui Exp $
|
||||
#
|
||||
# This kernel should be derived from INSTALL (which is derived
|
||||
# from GENERIC) with some features commented out.
|
||||
@ -124,7 +124,6 @@ file-system MSDOSFS # MS-DOS file system
|
||||
#options QUOTA # UFS quotas
|
||||
#options NFSSERVER # Network File System server
|
||||
options NFS_V2_ONLY # Exclude NFS3 and NQNFS code to save space
|
||||
options VNODE_OP_NOINLINE # Not inlining vnode op calls saves mem
|
||||
options FFS_NO_SNAPSHOT # No FFS snapshot support
|
||||
#options EXT2FS_SYSTEM_FLAGS # makes ext2fs file flags (append and
|
||||
# immutable) behave as system flags.
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $NetBSD: INSTALL_XENU,v 1.8 2005/12/07 09:10:15 tsutsui Exp $
|
||||
# $NetBSD: INSTALL_XENU,v 1.9 2005/12/07 12:40:47 tsutsui Exp $
|
||||
|
||||
include "arch/xen/conf/std.xen"
|
||||
|
||||
@ -101,7 +101,6 @@ file-system KERNFS # /kern
|
||||
#options QUOTA # UFS quotas
|
||||
#options NFSSERVER # Network File System server
|
||||
#options NFS_V2_ONLY # Exclude NFS3 and NQNFS code to save space
|
||||
options VNODE_OP_NOINLINE # Not inlining vnode op calls saves mem
|
||||
options FFS_NO_SNAPSHOT # No FFS snapshot support
|
||||
#options EXT2FS_SYSTEM_FLAGS # makes ext2fs file flags (append and
|
||||
# immutable) behave as system flags.
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $NetBSD: NET4501,v 1.43 2005/12/07 09:10:15 tsutsui Exp $
|
||||
# $NetBSD: NET4501,v 1.44 2005/12/07 12:40:47 tsutsui Exp $
|
||||
#
|
||||
# NET4501 -- kernel configuration for a Soekris Engineering net4501
|
||||
# single-board computer.
|
||||
@ -10,7 +10,7 @@ include "arch/i386/conf/std.i386"
|
||||
|
||||
#options INCLUDE_CONFIG_FILE # embed config file in kernel binary
|
||||
|
||||
#ident "NET4501-$Revision: 1.43 $"
|
||||
#ident "NET4501-$Revision: 1.44 $"
|
||||
|
||||
maxusers 32 # estimated number of users
|
||||
|
||||
@ -24,7 +24,6 @@ options I486_CPU
|
||||
options TIMER_FREQ=1189200
|
||||
|
||||
makeoptions COPTS="-Os -mcpu=i486"
|
||||
options VNODE_OP_NOINLINE
|
||||
|
||||
# CPU-related options.
|
||||
#options MATH_EMULATE # floating point emulation
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $NetBSD: GENERIC,v 1.18 2005/12/07 09:10:15 tsutsui Exp $
|
||||
# $NetBSD: GENERIC,v 1.19 2005/12/07 12:40:47 tsutsui Exp $
|
||||
#
|
||||
#
|
||||
|
||||
@ -40,7 +40,6 @@ file-system PTYFS # /dev/pts/N support
|
||||
#file-system TMPFS # experimental - Efficient memory file-system
|
||||
|
||||
# File system options
|
||||
options VNODE_OP_NOINLINE # Save space by not inlining vnode op calls
|
||||
#options FFS_EI # FFS Endian Independant support
|
||||
#options FFS_NO_SNAPSHOT # No FFS snapshot support
|
||||
#options EXT2FS_SYSTEM_FLAGS # makes ext2fs file flags (append and
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $NetBSD: INSTALL,v 1.35 2005/12/07 09:10:16 tsutsui Exp $
|
||||
# $NetBSD: INSTALL,v 1.36 2005/12/07 12:40:47 tsutsui Exp $
|
||||
#
|
||||
# INSTALL
|
||||
|
||||
@ -61,7 +61,6 @@ file-system KERNFS # /kern
|
||||
|
||||
# Filesystem options
|
||||
#options NFS_V2_ONLY # Exclude NFS3 and NQNFS code to save space
|
||||
options VNODE_OP_NOINLINE # Not inlining vnode op calls saves mem
|
||||
options FFS_NO_SNAPSHOT # No FFS snapshot support
|
||||
|
||||
# Networking options
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $NetBSD: INSTALLSBC,v 1.26 2005/12/07 09:10:16 tsutsui Exp $
|
||||
# $NetBSD: INSTALLSBC,v 1.27 2005/12/07 12:40:47 tsutsui Exp $
|
||||
#
|
||||
# INSTALLSBC
|
||||
|
||||
@ -61,7 +61,6 @@ file-system KERNFS # /kern
|
||||
|
||||
# Filesystem options
|
||||
#options NFS_V2_ONLY # Exclude NFS3 and NQNFS code to save space
|
||||
options VNODE_OP_NOINLINE # Not inlining vnode op calls saves mem
|
||||
options FFS_NO_SNAPSHOT # No FFS snapshot support
|
||||
|
||||
# Networking options
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $NetBSD: INSTALL,v 1.94 2005/12/07 09:10:16 tsutsui Exp $
|
||||
# $NetBSD: INSTALL,v 1.95 2005/12/07 12:40:47 tsutsui Exp $
|
||||
#
|
||||
# config file for INSTALL FLOPPY
|
||||
#
|
||||
@ -43,7 +43,6 @@ file-system MSDOSFS # MS-DOS file system
|
||||
|
||||
# Filesystem options
|
||||
options NFS_V2_ONLY # Exclude NFS3 and NQNFS code to save space
|
||||
options VNODE_OP_NOINLINE # Not inlining vnode op calls saves mem
|
||||
options APPLE_UFS # Apple UFS support in FFS
|
||||
#options FFS_NO_SNAPSHOT # No FFS snapshot support
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $NetBSD: INSTALL,v 1.19 2005/12/07 09:10:16 tsutsui Exp $
|
||||
# $NetBSD: INSTALL,v 1.20 2005/12/07 12:40:47 tsutsui Exp $
|
||||
#
|
||||
include "arch/mipsco/conf/std.mipsco"
|
||||
|
||||
@ -46,7 +46,6 @@ file-system CD9660 # ISO 9660 + Rock Ridge file system
|
||||
|
||||
# Options for saving space in install kernels
|
||||
options NFS_V2_ONLY # Exclude NFS3 and NQNFS
|
||||
options VNODE_OP_NOINLINE # Not inlining vnode op calls saves mem
|
||||
options FFS_NO_SNAPSHOT # No FFS snapshot support
|
||||
|
||||
# Networking options
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $NetBSD: GENERIC_TINY,v 1.46 2005/12/07 09:10:17 tsutsui Exp $
|
||||
# $NetBSD: GENERIC_TINY,v 1.47 2005/12/07 12:40:47 tsutsui Exp $
|
||||
|
||||
# news68k GENERIC config file for low memory machines;
|
||||
#
|
||||
@ -6,7 +6,7 @@ include "arch/news68k/conf/std.news68k"
|
||||
|
||||
#options INCLUDE_CONFIG_FILE # embed config file in kernel binary
|
||||
|
||||
#ident "GENERIC_TINY-$Revision: 1.46 $"
|
||||
#ident "GENERIC_TINY-$Revision: 1.47 $"
|
||||
|
||||
maxusers 4
|
||||
|
||||
@ -91,7 +91,6 @@ options NFSSERVER # nfs server support
|
||||
#options FFS_EI # ffs endian independant support
|
||||
options SOFTDEP # ffs soft updates support
|
||||
#options UFS_DIRHASH # UFS Large Directory Hashing - Experimental
|
||||
options VNODE_OP_NOINLINE # Not inlining vnode op calls saves mem
|
||||
#options FFS_NO_SNAPSHOT # No FFS snapshot support
|
||||
|
||||
# Networking options
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $NetBSD: INSTALL,v 1.34 2005/12/07 09:10:17 tsutsui Exp $
|
||||
# $NetBSD: INSTALL,v 1.35 2005/12/07 12:40:47 tsutsui Exp $
|
||||
|
||||
# config for bootable floppy kernel
|
||||
#
|
||||
@ -69,7 +69,6 @@ file-system MSDOSFS # MS-DOS FAT file system
|
||||
#options QUOTA # ffs quotas
|
||||
#options FFS_EI # ffs endian independant support
|
||||
options NFS_V2_ONLY # Exclude NFS3 and NQNFS code to save space
|
||||
options VNODE_OP_NOINLINE # Not inlining vnode op calls saves mem
|
||||
options FFS_NO_SNAPSHOT # No FFS snapshot support
|
||||
|
||||
# Networking options
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $NetBSD: INSTALL,v 1.28 2005/12/07 09:10:17 tsutsui Exp $
|
||||
# $NetBSD: INSTALL,v 1.29 2005/12/07 12:40:47 tsutsui Exp $
|
||||
#
|
||||
# INSTALL kernel for RISC-NEWS
|
||||
|
||||
@ -46,7 +46,6 @@ file-system MSDOSFS # MS-DOS FAT filesystem(s).
|
||||
|
||||
# Filesystem options
|
||||
options NFS_V2_ONLY # Exclude NFS3 and NQNFS code to save space
|
||||
options VNODE_OP_NOINLINE # Not inlining vnode op calls saves mem
|
||||
options FFS_NO_SNAPSHOT # No FFS snapshot support
|
||||
|
||||
# Networking options
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $NetBSD: INSTALL,v 1.37 2005/12/07 09:10:18 tsutsui Exp $
|
||||
# $NetBSD: INSTALL,v 1.38 2005/12/07 12:40:47 tsutsui Exp $
|
||||
#
|
||||
# INSTALL -- install kernel
|
||||
#
|
||||
@ -29,7 +29,6 @@ file-system NFS # Network File System client
|
||||
|
||||
# Filesystem options
|
||||
#options NFS_V2_ONLY # Exclude NFS3 and NQNFS code to save space
|
||||
options VNODE_OP_NOINLINE # Not inlining vnode op calls saves mem
|
||||
options FFS_NO_SNAPSHOT # No FFS snapshot support
|
||||
|
||||
options KMEMSTATS # saves about 50k
|
||||
|
@ -1,7 +1,7 @@
|
||||
#
|
||||
# deafult config file.
|
||||
#
|
||||
# $NetBSD: config.playstation2,v 1.15 2005/12/07 09:10:18 tsutsui Exp $
|
||||
# $NetBSD: config.playstation2,v 1.16 2005/12/07 12:40:47 tsutsui Exp $
|
||||
#
|
||||
|
||||
maxusers 16
|
||||
@ -19,7 +19,6 @@ file-system PROCFS # /proc
|
||||
file-system PTYFS # /dev/pts/N support
|
||||
|
||||
options SOFTDEP # FFS soft updates support.
|
||||
options VNODE_OP_NOINLINE # don't inline vnode op calls
|
||||
options FFS_NO_SNAPSHOT # No FFS snapshot support
|
||||
|
||||
# Networking options
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $NetBSD: GENERIC,v 1.138 2005/12/07 09:10:18 tsutsui Exp $
|
||||
# $NetBSD: GENERIC,v 1.139 2005/12/07 12:40:47 tsutsui Exp $
|
||||
#
|
||||
# GENERIC machine description file
|
||||
#
|
||||
@ -23,7 +23,7 @@ include "arch/pmax/conf/files.pmax_rcons"
|
||||
|
||||
options INCLUDE_CONFIG_FILE # embed config file in kernel binary
|
||||
|
||||
#ident "GENERIC-$Revision: 1.138 $"
|
||||
#ident "GENERIC-$Revision: 1.139 $"
|
||||
|
||||
maxusers 64
|
||||
|
||||
@ -108,8 +108,6 @@ options QUOTA # UFS quotas
|
||||
options SOFTDEP # FFS soft updates support.
|
||||
#options FFS_NO_SNAPSHOT # No FFS snapshot support
|
||||
#options UFS_DIRHASH # UFS Large Directory Hashing - Experimental
|
||||
# VNODE_OP_NOINLINE will produce smaller and possibly slightly faster kernels
|
||||
#options VNODE_OP_NOINLINE # don't inline vnode op calls
|
||||
|
||||
# Networking options
|
||||
options INET # Internet protocols
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $NetBSD: INSTALL,v 1.58 2005/12/07 09:10:18 tsutsui Exp $
|
||||
# $NetBSD: INSTALL,v 1.59 2005/12/07 12:40:47 tsutsui Exp $
|
||||
#
|
||||
# Distribution install kernel (any model)
|
||||
# netbsd: cut-down kernel for miniroots.
|
||||
@ -56,7 +56,6 @@ file-system KERNFS # kernel data-structure filesystem
|
||||
|
||||
# Filesystem options
|
||||
#options NFS_V2_ONLY # Exclude NFS3 and NQNFS code to save space
|
||||
options VNODE_OP_NOINLINE # Not inlining vnode op calls saves mem
|
||||
options FFS_NO_SNAPSHOT # No FFS snapshot support
|
||||
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $NetBSD: WSCONS,v 1.19 2005/12/07 09:10:18 tsutsui Exp $
|
||||
# $NetBSD: WSCONS,v 1.20 2005/12/07 12:40:47 tsutsui Exp $
|
||||
#
|
||||
# GENERIC machine description file
|
||||
#
|
||||
@ -33,7 +33,7 @@ options WSCONS
|
||||
|
||||
options INCLUDE_CONFIG_FILE # embed config file in kernel binary
|
||||
|
||||
#ident "GENERIC-$Revision: 1.19 $"
|
||||
#ident "GENERIC-$Revision: 1.20 $"
|
||||
|
||||
maxusers 64
|
||||
|
||||
@ -118,8 +118,6 @@ options QUOTA # UFS quotas
|
||||
options SOFTDEP # FFS soft updates support.
|
||||
#options FFS_NO_SNAPSHOT # No FFS snapshot support
|
||||
#options UFS_DIRHASH # UFS Large Directory Hashing - Experimental
|
||||
# VNODE_OP_NOINLINE will produce smaller and possibly slightly faster kernels
|
||||
#options VNODE_OP_NOINLINE # don't inline vnode op calls
|
||||
|
||||
# Networking options
|
||||
options INET # Internet protocols
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $NetBSD: INSTALL,v 1.21 2005/12/07 09:10:18 tsutsui Exp $
|
||||
# $NetBSD: INSTALL,v 1.22 2005/12/07 12:40:47 tsutsui Exp $
|
||||
#
|
||||
# INSTALL
|
||||
#
|
||||
@ -89,8 +89,6 @@ options FFS_NO_SNAPSHOT # No FFS snapshot support
|
||||
#options EXT2FS_SYSTEM_FLAGS # makes ext2fs file flags (append and
|
||||
# immutable) behave as system flags.
|
||||
|
||||
options VNODE_OP_NOINLINE # Not inlining vnode op calls saves mem
|
||||
|
||||
options NFS_BOOT_DHCP # Support DHCP NFS root
|
||||
|
||||
# Networking options
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $NetBSD: INSTALL,v 1.35 2005/12/07 09:10:19 tsutsui Exp $
|
||||
# $NetBSD: INSTALL,v 1.36 2005/12/07 12:40:47 tsutsui Exp $
|
||||
#
|
||||
# INSTALL -- Installation kernel
|
||||
#
|
||||
@ -44,7 +44,6 @@ file-system MSDOSFS # MS-DOS file system
|
||||
#file-system PTYFS # /dev/pts/N support
|
||||
|
||||
# File system options
|
||||
options VNODE_OP_NOINLINE # Not inlining vnode op calls saves mem
|
||||
#options FFS_EI # FFS Endian Independant support
|
||||
#options FFS_NO_SNAPSHOT # No FFS snapshot support
|
||||
#options EXT2FS_SYSTEM_FLAGS # makes ext2fs file flags (append and
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $NetBSD: INSTALL,v 1.23 2005/12/07 09:10:19 tsutsui Exp $
|
||||
# $NetBSD: INSTALL,v 1.24 2005/12/07 12:40:47 tsutsui Exp $
|
||||
#
|
||||
# Shark installation kernel
|
||||
#
|
||||
@ -63,8 +63,6 @@ file-system KERNFS # /kern
|
||||
#options NFSSERVER
|
||||
#options FFS_NO_SNAPSHOT # No FFS snapshot support
|
||||
|
||||
options VNODE_OP_NOINLINE # Not inlining vnode op calls saves mem
|
||||
|
||||
# Networking options
|
||||
|
||||
#options GATEWAY # packet forwarding
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $NetBSD: INSTALL,v 1.51 2005/12/07 09:10:19 tsutsui Exp $
|
||||
# $NetBSD: INSTALL,v 1.52 2005/12/07 12:40:47 tsutsui Exp $
|
||||
#
|
||||
# from: NetBSD: GENERIC,v 1.84 1999/06/06 13:00:03 mrg Exp
|
||||
#
|
||||
@ -175,7 +175,6 @@ file-system CD9660 # ISO 9660 + Rock Ridge file system
|
||||
#options QUOTA # FFS quotas
|
||||
#options FFS_EI # FFS Endian Independent support
|
||||
#options NFS_V2_ONLY # Exclude NFS3 and NQNFS code to save space
|
||||
options VNODE_OP_NOINLINE # Not inlining vnode op calls saves mem
|
||||
options FFS_NO_SNAPSHOT # No FFS snapshot support
|
||||
|
||||
## Network protocol support. In most environments, INET is required.
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $NetBSD: INSTALL,v 1.18 2003/09/19 16:34:24 martin Exp $
|
||||
# $NetBSD: INSTALL,v 1.19 2005/12/07 12:40:47 tsutsui Exp $
|
||||
#
|
||||
# NOTE: this file only needs *additional* things for the install
|
||||
# kernel, that are not already included in GENERIC32!
|
||||
@ -6,7 +6,7 @@
|
||||
|
||||
include "arch/sparc64/conf/GENERIC32"
|
||||
|
||||
#ident "INSTALL-$Revision: 1.18 $"
|
||||
#ident "INSTALL-$Revision: 1.19 $"
|
||||
|
||||
include "arch/sparc64/conf/std.sparc64-64"
|
||||
|
||||
@ -24,7 +24,6 @@ makeoptions COPTS="-Os"
|
||||
#options SYSCALL_DEBUG
|
||||
options PIPE_SOCKETPAIR # smaller, but slower pipe(2)
|
||||
options MALLOC_NOINLINE # Not inlining MALLOC saves memory
|
||||
options VNODE_OP_NOINLINE # Not inlining vnode op calls saves mem
|
||||
|
||||
#MEMORY DISK ROOT options:
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $NetBSD: DISKLESS,v 1.26 2005/09/04 10:40:51 isaki Exp $
|
||||
# $NetBSD: DISKLESS,v 1.27 2005/12/07 12:40:48 tsutsui Exp $
|
||||
|
||||
# DISKLESS Sun2 (2/120, 2/170, 2/50, ...)
|
||||
# Supports root on: ie0, ec0
|
||||
@ -7,7 +7,7 @@ include "arch/sun2/conf/std.sun2"
|
||||
|
||||
#options INCLUDE_CONFIG_FILE # embed config file in kernel binary
|
||||
|
||||
#ident "DISKLESS-$Revision: 1.26 $"
|
||||
#ident "DISKLESS-$Revision: 1.27 $"
|
||||
|
||||
# Machines to be supported by this kernel
|
||||
#options FPU_EMULATE
|
||||
@ -73,7 +73,6 @@ file-system PTYFS # /dev/pts/N support
|
||||
#options FFS_EI # FFS Endian Independant support
|
||||
#options SOFTDEP # FFS soft updates support.
|
||||
#options NFS_V2_ONLY # Exclude NFS3 and NQNFS code to save space
|
||||
options VNODE_OP_NOINLINE # Not inlining vnode op calls saves mem
|
||||
|
||||
# Networking options
|
||||
options INET # IP protocol stack support
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $NetBSD: FOURMEG,v 1.30 2005/12/07 09:10:19 tsutsui Exp $
|
||||
# $NetBSD: FOURMEG,v 1.31 2005/12/07 12:40:48 tsutsui Exp $
|
||||
|
||||
# FOURMEG Sun2 (2/120, 2/170, 2/50, ...)
|
||||
# Supports root on: ie0, sd*, ...
|
||||
@ -7,7 +7,7 @@ include "arch/sun2/conf/std.sun2"
|
||||
|
||||
#options INCLUDE_CONFIG_FILE # embed config file in kernel binary
|
||||
|
||||
#ident "FOURMEG-$Revision: 1.30 $"
|
||||
#ident "FOURMEG-$Revision: 1.31 $"
|
||||
|
||||
# Machines to be supported by this kernel
|
||||
#options FPU_EMULATE
|
||||
@ -73,7 +73,6 @@ file-system CD9660 # ISO 9660 + Rock Ridge file system
|
||||
#options FFS_EI # FFS Endian Independant support
|
||||
#options SOFTDEP # FFS soft updates support.
|
||||
#options NFS_V2_ONLY # Exclude NFS3 and NQNFS code to save space
|
||||
options VNODE_OP_NOINLINE # Not inlining vnode op calls saves mem
|
||||
options FFS_NO_SNAPSHOT # No FFS snapshot support
|
||||
|
||||
# Networking options
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $NetBSD: GENERIC,v 1.50 2005/12/07 09:10:19 tsutsui Exp $
|
||||
# $NetBSD: GENERIC,v 1.51 2005/12/07 12:40:48 tsutsui Exp $
|
||||
#
|
||||
# GENERIC machine description file
|
||||
#
|
||||
@ -25,7 +25,7 @@ include "arch/sun2/conf/std.sun2"
|
||||
|
||||
options INCLUDE_CONFIG_FILE # embed config file in kernel binary
|
||||
|
||||
#ident "GENERIC-$Revision: 1.50 $"
|
||||
#ident "GENERIC-$Revision: 1.51 $"
|
||||
|
||||
# Machines to be supported by this kernel
|
||||
#options FPU_EMULATE
|
||||
@ -103,7 +103,6 @@ options QUOTA # FFS quotas
|
||||
options SOFTDEP # FFS soft updates support.
|
||||
#options UFS_DIRHASH # UFS Large Directory Hashing - Experimental
|
||||
#options NFS_V2_ONLY # Exclude NFS3 and NQNFS code to save space
|
||||
options VNODE_OP_NOINLINE # Save space by not inlining vnode op calls
|
||||
options FFS_NO_SNAPSHOT # No FFS snapshot support
|
||||
|
||||
# Networking options
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $NetBSD: INSTALL,v 1.25 2005/12/07 09:10:19 tsutsui Exp $
|
||||
# $NetBSD: INSTALL,v 1.26 2005/12/07 12:40:48 tsutsui Exp $
|
||||
|
||||
# INSTALL Sun2 (2/120, 2/170, 2/50, ...)
|
||||
|
||||
@ -6,7 +6,7 @@ include "arch/sun2/conf/std.sun2"
|
||||
|
||||
#options INCLUDE_CONFIG_FILE # embed config file in kernel binary
|
||||
|
||||
#ident "INSTALL-$Revision: 1.25 $"
|
||||
#ident "INSTALL-$Revision: 1.26 $"
|
||||
|
||||
# Machines to be supported by this kernel
|
||||
#options FPU_EMULATE
|
||||
@ -69,7 +69,6 @@ file-system KERNFS # /kern
|
||||
#options FFS_EI # FFS Endian Independant support
|
||||
#options SOFTDEP # FFS soft updates support.
|
||||
#options NFS_V2_ONLY # Exclude NFS3 and NQNFS code to save space
|
||||
options VNODE_OP_NOINLINE # Not inlining vnode op calls saves mem
|
||||
options FFS_NO_SNAPSHOT # No FFS snapshot support
|
||||
|
||||
# Networking options
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $NetBSD: RAMDISK,v 1.28 2005/12/07 09:10:19 tsutsui Exp $
|
||||
# $NetBSD: RAMDISK,v 1.29 2005/12/07 12:40:48 tsutsui Exp $
|
||||
|
||||
# RAMDISK: Root/swap on ramdisk
|
||||
# This kernel is used to:
|
||||
@ -73,7 +73,6 @@ file-system CD9660 # ISO 9660 + Rock Ridge file system
|
||||
#options FFS_EI # FFS Endian Independant support
|
||||
#options SOFTDEP # FFS soft updates support.
|
||||
#options NFS_V2_ONLY # Exclude NFS3 and NQNFS code to save space
|
||||
options VNODE_OP_NOINLINE # Save space by not inlining vnode op calls
|
||||
options FFS_NO_SNAPSHOT # No FFS snapshot support
|
||||
|
||||
# Networking options
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $NetBSD: VME,v 1.22 2005/12/07 09:10:19 tsutsui Exp $
|
||||
# $NetBSD: VME,v 1.23 2005/12/07 12:40:48 tsutsui Exp $
|
||||
|
||||
# VME Sun2 (2/50, 2/130, 2/160...)
|
||||
# Supports root on: ie0, sd*, ...
|
||||
@ -7,7 +7,7 @@ include "arch/sun2/conf/std.sun2"
|
||||
|
||||
#options INCLUDE_CONFIG_FILE # embed config file in kernel binary
|
||||
|
||||
#ident "VME-$Revision: 1.22 $"
|
||||
#ident "VME-$Revision: 1.23 $"
|
||||
|
||||
# Machines to be supported by this kernel
|
||||
#options FPU_EMULATE
|
||||
@ -76,7 +76,6 @@ options NFSSERVER # nfs server support
|
||||
#options FFS_EI # FFS Endian Independant support
|
||||
#options SOFTDEP # FFS soft updates support.
|
||||
#options NFS_V2_ONLY # Exclude NFS3 and NQNFS code to save space
|
||||
options VNODE_OP_NOINLINE # Save space by not inlining vnode op calls
|
||||
options FFS_NO_SNAPSHOT # No FFS snapshot support
|
||||
|
||||
# Networking options
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $NetBSD: INSTALL,v 1.32 2005/12/07 09:10:20 tsutsui Exp $
|
||||
# $NetBSD: INSTALL,v 1.33 2005/12/07 12:40:48 tsutsui Exp $
|
||||
#
|
||||
# INSTALL - Installation kernel for the Sun3
|
||||
#
|
||||
@ -81,7 +81,6 @@ file-system KERNFS # /kern
|
||||
#options QUOTA # FFS quotas
|
||||
#options FFS_EI # FFS Endian Independant support
|
||||
#options NFS_V2_ONLY # Exclude NFS3 and NQNFS code to save space
|
||||
options VNODE_OP_NOINLINE # Not inlining vnode op calls saves mem
|
||||
options FFS_NO_SNAPSHOT # No FFS snapshot support
|
||||
|
||||
# Networking options
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $NetBSD: INSTALL3X,v 1.31 2005/12/07 09:10:20 tsutsui Exp $
|
||||
# $NetBSD: INSTALL3X,v 1.32 2005/12/07 12:40:48 tsutsui Exp $
|
||||
#
|
||||
# INSTALL3X - Installation kernel for the Sun3X
|
||||
#
|
||||
@ -81,7 +81,6 @@ file-system KERNFS # /kern
|
||||
#options QUOTA # FFS quotas
|
||||
#options FFS_EI # FFS Endian Independant support
|
||||
#options NFS_V2_ONLY # Exclude NFS3 and NQNFS code to save space
|
||||
options VNODE_OP_NOINLINE # Not inlining vnode op calls saves mem
|
||||
options FFS_NO_SNAPSHOT # No FFS snapshot support
|
||||
|
||||
# Networking options
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $NetBSD: INSTALL,v 1.40 2005/12/07 09:10:20 tsutsui Exp $
|
||||
# $NetBSD: INSTALL,v 1.41 2005/12/07 12:40:48 tsutsui Exp $
|
||||
#
|
||||
# INSTALL kernel; all supported devices but nothing fancy.
|
||||
#
|
||||
@ -67,7 +67,6 @@ file-system CD9660
|
||||
#options FFS_EI # FFS Endian Independant support
|
||||
#options NFSSERVER
|
||||
#options NFS_V2_ONLY # Exclude NFS3 and NQNFS code to save space
|
||||
options VNODE_OP_NOINLINE # Not inlining vnode op calls saves mem
|
||||
options FFS_NO_SNAPSHOT # No FFS snapshot support
|
||||
|
||||
#options NFS_BOOT_BOOTP,NFS_BOOT_DHCP # Use bootp <> dhcp
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $NetBSD: INSTALL,v 1.71 2005/12/07 09:10:20 tsutsui Exp $
|
||||
# $NetBSD: INSTALL,v 1.72 2005/12/07 12:40:48 tsutsui Exp $
|
||||
|
||||
#
|
||||
# INSTALL -- installation kernel.
|
||||
@ -8,7 +8,7 @@ include "arch/x68k/conf/std.x68k"
|
||||
|
||||
#options INCLUDE_CONFIG_FILE # embed config file in kernel binary
|
||||
|
||||
#ident "INSTALL-$Revision: 1.71 $"
|
||||
#ident "INSTALL-$Revision: 1.72 $"
|
||||
|
||||
makeoptions COPTS="-Os" # Optimise for space. Implies -O2
|
||||
|
||||
@ -181,7 +181,6 @@ file-system MSDOSFS # MS-DOS FAT filesystem(s).
|
||||
#options FFS_EI # FFS Endian Independent support
|
||||
#options SOFTDEP # FFS soft updates support.
|
||||
#options NFS_V2_ONLY # Exclude NFS3 and NQNFS code to save space
|
||||
options VNODE_OP_NOINLINE # Not inlining vnode op calls saves mem
|
||||
options FFS_NO_SNAPSHOT # No FFS snapshot support
|
||||
|
||||
## Network protocol support. In most environments, INET is required.
|
||||
|
Loading…
x
Reference in New Issue
Block a user