17 lines
420 B
Plaintext
17 lines
420 B
Plaintext
# $NetBSD: FOURMEG,v 1.1 2001/07/01 02:16:33 gmcgarry 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
|