BUFPAGES=2 seems to be the practical minimum.

This commit is contained in:
bjh21 2002-08-11 20:43:51 +00:00
parent 2e5e562514
commit bd0fd7fdb4
1 changed files with 3 additions and 3 deletions

View File

@ -1,4 +1,4 @@
# $NetBSD: INSTALL,v 1.2 2002/07/05 13:06:46 abs Exp $
# $NetBSD: INSTALL,v 1.3 2002/08/11 20:43:51 bjh21 Exp $
# INSTALL configuration, used to generate installation media
@ -23,7 +23,7 @@ options CPU_ARM3
## such that gdb(1) can be used on a kernel coredump.
#makeoptions DEBUG="-g"
makeoptions COPTS="-Os -fno-inline"
makeoptions COPTS="-Os -fno-inline -fomit-frame-pointer -mno-apcs-frame"
# File systems
file-system FFS # Fast file system
@ -94,7 +94,7 @@ options INET6 # IPV6
#options LKM # loadable kernel modules
#options KMEMSTATS # kernel memory statistics
#options SCSIVERBOSE # Verbose SCSI errors
options BUFPAGES=1
options BUFPAGES=2
#options USERCONF # userconf(4) support
options PIPE_SOCKETPAIR # smaller, but slower pipe(2)