Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/distrib/sun3/ramdisk Increase ramdisk size



details:   https://anonhg.NetBSD.org/src/rev/e04f6a5dfae9
branches:  trunk
changeset: 473042:e04f6a5dfae9
user:      gwr <gwr%NetBSD.org@localhost>
date:      Tue May 18 07:31:56 1999 +0000

description:
Increase ramdisk size

diffstat:

 distrib/sun3/ramdisk/Makefile |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (21 lines):

diff -r 368ece34d490 -r e04f6a5dfae9 distrib/sun3/ramdisk/Makefile
--- a/distrib/sun3/ramdisk/Makefile     Tue May 18 04:49:41 1999 +0000
+++ b/distrib/sun3/ramdisk/Makefile     Tue May 18 07:31:56 1999 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile,v 1.9 1999/05/16 08:21:53 gwr Exp $
+#      $NetBSD: Makefile,v 1.10 1999/05/18 07:31:56 gwr Exp $
 
 TOP=           ${.CURDIR}/..
 
@@ -20,9 +20,9 @@
 BDEV?=         /dev/sd1b
 CDEV?=         /dev/rsd1b
 
-# These are all the parameters for the root fs: (256K)
+# These are all the parameters for the root fs: (320K)
 DISKTYPE=      rdroot
-NBLKS=         512
+NBLKS=         640
 # bigendian, old format, minfree, opt, b/i  trks, sects, cpg
 NEWFSARGS= -B be -O -m 0 -o space -i 2048 -t 2 -u 16 -c 16
 



Home | Main Index | Thread Index | Old Index