Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/arch/x68k/conf More size hacks. We can now run the inst...
details: https://anonhg.NetBSD.org/src/rev/cc1872a045a2
branches: trunk
changeset: 471898:cc1872a045a2
user: minoura <minoura%NetBSD.org@localhost>
date: Wed Apr 14 14:13:11 1999 +0000
description:
More size hacks. We can now run the installer on 4MB machines.
diffstat:
sys/arch/x68k/conf/INSTALL | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diffs (27 lines):
diff -r 68c39c794feb -r cc1872a045a2 sys/arch/x68k/conf/INSTALL
--- a/sys/arch/x68k/conf/INSTALL Wed Apr 14 14:12:30 1999 +0000
+++ b/sys/arch/x68k/conf/INSTALL Wed Apr 14 14:13:11 1999 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: INSTALL,v 1.13 1999/04/12 16:11:53 minoura Exp $
+# $NetBSD: INSTALL,v 1.14 1999/04/14 14:13:11 minoura Exp $
#
# INSTALL -- installation kernel.
@@ -15,7 +15,7 @@
#options MINIROOTSIZE=2400 # 1.2M, same as a 130mm floppy
#options MINIROOTSIZE=2880 # 1.44M, same as a 90mm floppy
options MINIROOTSIZE=2048
-options BUFCACHE=10
+options BUFCACHE=5 # Reserve 5% of the RAM as the cache.
## System kernel configuration. See options(4) for more detail.
@@ -145,7 +145,7 @@
file-system NFS # Sun NFS-compatible filesystem client
file-system KERNFS # kernel data-structure filesystem
#file-system NULLFS # NULL layered filesystem
-file-system MFS # memory-based filesystem
+#file-system MFS # memory-based filesystem
#file-system FDESC # user file descriptor filesystem
#file-system UMAPFS # uid/gid remapping filesystem
#file-system LFS # Log-based filesystem (still experimental)
Home |
Main Index |
Thread Index |
Old Index