From 4afcecdc80c572dd4ef4244492980f5ba9f90e74 Mon Sep 17 00:00:00 2001 From: simonb Date: Sat, 16 Sep 2000 00:06:56 +0000 Subject: [PATCH] Use VNODE_OP_NOINLINE - saves about 17k off the INSTALL kernel size. --- sys/arch/pmax/conf/INSTALL | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/sys/arch/pmax/conf/INSTALL b/sys/arch/pmax/conf/INSTALL index c9fd9591529f..5e754cc17d70 100644 --- a/sys/arch/pmax/conf/INSTALL +++ b/sys/arch/pmax/conf/INSTALL @@ -1,4 +1,4 @@ -# $NetBSD: INSTALL,v 1.33 2000/09/13 03:44:38 nisimura Exp $ +# $NetBSD: INSTALL,v 1.34 2000/09/16 00:06:56 simonb Exp $ # # Distribution install kernel (any model) # netbsd: cut-down kernel for miniroots. @@ -51,6 +51,8 @@ file-system NFS # Sun NFS-compatible filesystem (client) file-system CD9660 # ISO 9660 + Rock Ridge file system file-system KERNFS # kernel data-structure filesystem +options VNODE_OP_NOINLINE # don't inline vnode op calls + # Networking options options INET # Internet protocols