Use VNODE_OP_NOINLINE - saves about 17k off the INSTALL kernel size.
This commit is contained in:
parent
9dc2f5ced0
commit
4afcecdc80
|
@ -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)
|
# Distribution install kernel (any model)
|
||||||
# netbsd: cut-down kernel for miniroots.
|
# 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 CD9660 # ISO 9660 + Rock Ridge file system
|
||||||
file-system KERNFS # kernel data-structure filesystem
|
file-system KERNFS # kernel data-structure filesystem
|
||||||
|
|
||||||
|
options VNODE_OP_NOINLINE # don't inline vnode op calls
|
||||||
|
|
||||||
|
|
||||||
# Networking options
|
# Networking options
|
||||||
options INET # Internet protocols
|
options INET # Internet protocols
|
||||||
|
|
Loading…
Reference in New Issue