Source-Changes-HG archive

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

[src/trunk]: src/distrib/i386/floppies/ramdisk Add another `cylinder' to the ...



details:   https://anonhg.NetBSD.org/src/rev/796dcfeb5ec1
branches:  trunk
changeset: 487430:796dcfeb5ec1
user:      thorpej <thorpej%NetBSD.org@localhost>
date:      Wed Jun 07 19:41:47 2000 +0000

description:
Add another `cylinder' to the ramdisk.

diffstat:

 distrib/i386/floppies/ramdisk/Makefile |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 0d1383e1fa5a -r 796dcfeb5ec1 distrib/i386/floppies/ramdisk/Makefile
--- a/distrib/i386/floppies/ramdisk/Makefile    Wed Jun 07 19:38:00 2000 +0000
+++ b/distrib/i386/floppies/ramdisk/Makefile    Wed Jun 07 19:41:47 2000 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile,v 1.26 2000/05/05 20:13:32 mycroft Exp $
+#      $NetBSD: Makefile,v 1.27 2000/06/07 19:41:47 thorpej Exp $
 
 TOP=           ${.CURDIR}/..
 WARNS=1
@@ -28,7 +28,7 @@
 MTREE=         mtree.conf
 
 RAMDISKSPC=    128
-RAMDISKCYLS=   23
+RAMDISKCYLS=   24
 RAMDISKSIZE!=  expr ${RAMDISKSPC} \* ${RAMDISKCYLS}
 
 install.sh: install.tmpl



Home | Main Index | Thread Index | Old Index