Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/arch/acorn26/conf BUFPAGES=2 seems to be the practical m...
details: https://anonhg.NetBSD.org/src/rev/cf7aeec59dab
branches: trunk
changeset: 535192:cf7aeec59dab
user: bjh21 <bjh21%NetBSD.org@localhost>
date: Sun Aug 11 20:43:51 2002 +0000
description:
BUFPAGES=2 seems to be the practical minimum.
diffstat:
sys/arch/acorn26/conf/INSTALL | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diffs (27 lines):
diff -r e565ef283c1a -r cf7aeec59dab sys/arch/acorn26/conf/INSTALL
--- a/sys/arch/acorn26/conf/INSTALL Sun Aug 11 19:53:41 2002 +0000
+++ b/sys/arch/acorn26/conf/INSTALL Sun Aug 11 20:43:51 2002 +0000
@@ -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 @@
## 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 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)
Home |
Main Index |
Thread Index |
Old Index