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 We are so tight for memory here we can...



details:   https://anonhg.NetBSD.org/src/rev/c04f639efbe2
branches:  trunk
changeset: 536548:c04f639efbe2
user:      abs <abs%NetBSD.org@localhost>
date:      Wed Sep 18 11:29:42 2002 +0000

description:
We are so tight for memory here we cannot afford USERCONF.

diffstat:

 sys/arch/acorn26/conf/FOURMEG |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 2d34fea22cfd -r c04f639efbe2 sys/arch/acorn26/conf/FOURMEG
--- a/sys/arch/acorn26/conf/FOURMEG     Wed Sep 18 10:18:17 2002 +0000
+++ b/sys/arch/acorn26/conf/FOURMEG     Wed Sep 18 11:29:42 2002 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: FOURMEG,v 1.9 2002/09/18 02:43:53 lukem Exp $
+# $NetBSD: FOURMEG,v 1.10 2002/09/18 11:29:42 abs Exp $
 
 # FOURMEG arm26 configuration -- something small
 
@@ -97,7 +97,7 @@
 #options       KMEMSTATS       # kernel memory statistics
 #options       SCSIVERBOSE     # Verbose SCSI errors
 options        BUFPAGES=1
-options        USERCONF        # userconf(4) support
+#options       USERCONF        # userconf(4) support
 options                PIPE_SOCKETPAIR # smaller, but slower pipe(2)
 
 # Disable kernel security.



Home | Main Index | Thread Index | Old Index