From 6107a9b605ab5385078ec98b58f1986cb4baff8a Mon Sep 17 00:00:00 2001 From: lukem Date: Sat, 8 Mar 2003 00:04:36 +0000 Subject: [PATCH] crank memory disk from 1360 blocks to 1376 blocks --- distrib/sparc/ramdisk/Makefile | 4 ++-- sys/arch/sparc/conf/INSTALL | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/distrib/sparc/ramdisk/Makefile b/distrib/sparc/ramdisk/Makefile index c61d1fa27064..4cd44b8efa26 100644 --- a/distrib/sparc/ramdisk/Makefile +++ b/distrib/sparc/ramdisk/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.38 2002/05/02 18:02:54 lukem Exp $ +# $NetBSD: Makefile,v 1.39 2003/03/08 00:04:36 lukem Exp $ # # ramdisk.fs is the microroot filesystem intended for use with # the INSTALL kernel. It provides just enough tools to extract the @@ -10,7 +10,7 @@ .include "${NETBSDSRCDIR}/distrib/common/Makefile.distrib" IMAGE= ramdisk.fs -IMAGESIZE= 1360b +IMAGESIZE= 1376b WARNS= 1 DBG= -Os diff --git a/sys/arch/sparc/conf/INSTALL b/sys/arch/sparc/conf/INSTALL index 2739a1c1a1e6..1065b7921bdf 100644 --- a/sys/arch/sparc/conf/INSTALL +++ b/sys/arch/sparc/conf/INSTALL @@ -1,4 +1,4 @@ -# $NetBSD: INSTALL,v 1.37 2002/09/18 02:44:08 lukem Exp $ +# $NetBSD: INSTALL,v 1.38 2003/03/08 00:04:36 lukem Exp $ # # from: NetBSD: GENERIC,v 1.84 1999/06/06 13:00:03 mrg Exp # @@ -19,7 +19,7 @@ options MEMORY_DISK_IS_ROOT # force root on memory disk options MEMORY_DISK_SERVER=0 # no userspace memory disk support ## The miniroot size must be kept in sync manually with the size of ## the `ramdisk' image (which is built in distrib/sparc/ramdisk). -options MEMORY_DISK_ROOT_SIZE=1360 # size of memory disk, in blocks +options MEMORY_DISK_ROOT_SIZE=1376 # size of memory disk, in blocks pseudo-device md 1 # memory disk device (ramdisk)