03aef4723c
options SPACE TAB makeoptions TAB psuedo-device TAB remove trailing whitespace replace multiple spaces -> tabs options "FOO" -> options FOO options "FOO=bar" -> options FOO=bar options "FOO=\"bar\"" -> options FOO="\"bar\""
17 lines
370 B
Plaintext
17 lines
370 B
Plaintext
# $NetBSD: FOURMEG,v 1.2 2001/11/20 12:56:26 lukem Exp $
|
|
#
|
|
# Options for low-memory systems.
|
|
#
|
|
# Copy these options into your custom kernel and remove
|
|
# unnecessary devices.
|
|
|
|
include "arch/hp300/conf/GENERIC"
|
|
|
|
makeoptions COPTS="-Os"
|
|
options NVNODE=50
|
|
options NBUF=16
|
|
options BUFPAGES=16
|
|
options NMBCLUSTERS=64
|
|
options NFS_V2_ONLY
|
|
options NFS_DEFAULT_NIOTHREADS=1
|