add 'options VNODE_OP_NOINLINE' to reduce size.
This commit is contained in:
parent
6ec1be8054
commit
d3cf7525d3
@ -2,11 +2,11 @@
|
||||
# Distribution kernel (NEC VR based model) kernel config file
|
||||
|
||||
#
|
||||
# $NetBSD: GENERIC,v 1.67 2000/09/27 09:32:23 sato Exp $
|
||||
# $NetBSD: GENERIC,v 1.68 2000/09/27 10:22:22 shin Exp $
|
||||
#
|
||||
include "arch/hpcmips/conf/std.hpcmips"
|
||||
|
||||
#ident "GENERIC-$Revision: 1.67 $"
|
||||
#ident "GENERIC-$Revision: 1.68 $"
|
||||
|
||||
maxusers 8
|
||||
|
||||
@ -65,6 +65,7 @@ file-system UNION
|
||||
#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
|
||||
|
||||
# Networking options
|
||||
#options GATEWAY # IP packet forwarding
|
||||
|
@ -2,7 +2,7 @@
|
||||
# Distribution kernel (TOSHIBA TX3912 based model) kernel config file
|
||||
|
||||
#
|
||||
# $NetBSD: TX3912,v 1.25 2000/09/24 15:59:32 jdolecek Exp $
|
||||
# $NetBSD: TX3912,v 1.26 2000/09/27 10:22:23 shin Exp $
|
||||
#
|
||||
include "arch/hpcmips/conf/std.hpcmips"
|
||||
|
||||
@ -89,6 +89,7 @@ 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 NFS_BOOT_DHCP
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
#
|
||||
# Distribution kernel (TOSHIBA TX3922 based model) kernel config file
|
||||
#
|
||||
# $NetBSD: TX3922,v 1.25 2000/09/24 15:59:32 jdolecek Exp $
|
||||
# $NetBSD: TX3922,v 1.26 2000/09/27 10:22:23 shin Exp $
|
||||
#
|
||||
include "arch/hpcmips/conf/std.hpcmips"
|
||||
|
||||
@ -78,6 +78,7 @@ 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 NFS_BOOT_DHCP
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user