Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src Bump the ramdisk size so that the contents fits again.
details: https://anonhg.NetBSD.org/src/rev/3f38a1c1af53
branches: trunk
changeset: 750767:3f38a1c1af53
user: he <he%NetBSD.org@localhost>
date: Wed Jan 13 14:24:58 2010 +0000
description:
Bump the ramdisk size so that the contents fits again.
OK'ed by reinoud@
diffstat:
distrib/acorn32/ramdisk/Makefile | 4 ++--
sys/arch/acorn32/conf/INSTALL | 6 +++---
2 files changed, 5 insertions(+), 5 deletions(-)
diffs (43 lines):
diff -r a29b0625e0a2 -r 3f38a1c1af53 distrib/acorn32/ramdisk/Makefile
--- a/distrib/acorn32/ramdisk/Makefile Wed Jan 13 12:54:49 2010 +0000
+++ b/distrib/acorn32/ramdisk/Makefile Wed Jan 13 14:24:58 2010 +0000
@@ -1,10 +1,10 @@
-# $NetBSD: Makefile,v 1.21 2009/09/24 21:04:45 he Exp $
+# $NetBSD: Makefile,v 1.22 2010/01/13 14:24:58 he Exp $
.include <bsd.own.mk>
.include "${NETBSDSRCDIR}/distrib/common/Makefile.distrib"
IMAGE= ramdisk.fs
-IMAGESIZE= 2000k
+IMAGESIZE= 2300k
MAKEFS_FLAGS= -f 15
WARNS= 1
diff -r a29b0625e0a2 -r 3f38a1c1af53 sys/arch/acorn32/conf/INSTALL
--- a/sys/arch/acorn32/conf/INSTALL Wed Jan 13 12:54:49 2010 +0000
+++ b/sys/arch/acorn32/conf/INSTALL Wed Jan 13 14:24:58 2010 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: INSTALL,v 1.55 2009/12/05 20:11:03 pooka Exp $
+# $NetBSD: INSTALL,v 1.56 2010/01/13 14:24:58 he Exp $
#
# INSTALL -- NetBSD/acorn32 install configuration
#
@@ -22,7 +22,7 @@
#options INCLUDE_CONFIG_FILE # embed config file in kernel binary
-#ident "INSTALL-$Revision: 1.55 $"
+#ident "INSTALL-$Revision: 1.56 $"
# estimated number of users
maxusers 32
@@ -122,7 +122,7 @@
# Device options
options MEMORY_DISK_HOOKS # boottime setup of ramdisk
-options MEMORY_DISK_ROOT_SIZE=4100 # Size in blocks
+options MEMORY_DISK_ROOT_SIZE=4700 # Size in blocks
options MEMORY_DISK_IS_ROOT # use memory disk as root
options MEMORY_DISK_RBFLAGS=RB_SINGLE # boot in single-user mode
Home |
Main Index |
Thread Index |
Old Index