Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src Shrink ramdisk size to 2048KB.
details: https://anonhg.NetBSD.org/src/rev/85428d400992
branches: trunk
changeset: 765143:85428d400992
user: tsutsui <tsutsui%NetBSD.org@localhost>
date: Fri May 20 07:57:07 2011 +0000
description:
Shrink ramdisk size to 2048KB.
diffstat:
distrib/zaurus/ramdisk/Makefile | 4 ++--
sys/arch/zaurus/conf/INSTALL | 4 ++--
2 files changed, 4 insertions(+), 4 deletions(-)
diffs (34 lines):
diff -r d383b83549b1 -r 85428d400992 distrib/zaurus/ramdisk/Makefile
--- a/distrib/zaurus/ramdisk/Makefile Fri May 20 07:54:12 2011 +0000
+++ b/distrib/zaurus/ramdisk/Makefile Fri May 20 07:57:07 2011 +0000
@@ -1,10 +1,10 @@
-# $NetBSD: Makefile,v 1.13 2011/05/06 18:33:59 tsutsui Exp $
+# $NetBSD: Makefile,v 1.14 2011/05/20 07:57:07 tsutsui Exp $
.include <bsd.own.mk>
.include "${NETBSDSRCDIR}/distrib/common/Makefile.distrib"
IMAGE= ramdisk.fs
-IMAGESIZE= 2144k
+IMAGESIZE= 2048k
MAKEFS_FLAGS= -f 14
WARNS= 1
diff -r d383b83549b1 -r 85428d400992 sys/arch/zaurus/conf/INSTALL
--- a/sys/arch/zaurus/conf/INSTALL Fri May 20 07:54:12 2011 +0000
+++ b/sys/arch/zaurus/conf/INSTALL Fri May 20 07:57:07 2011 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: INSTALL,v 1.8 2011/05/20 07:47:53 tsutsui Exp $
+# $NetBSD: INSTALL,v 1.9 2011/05/20 07:57:07 tsutsui Exp $
#
# INSTALL config file (GENERIC with memory disk root)
#
@@ -9,7 +9,7 @@
options MEMORY_DISK_HOOKS
options MEMORY_DISK_IS_ROOT # force root on memory disk
options MEMORY_DISK_SERVER=0 # no userspace memory disk support
-options MEMORY_DISK_ROOT_SIZE=4288 # size of memory disk, in blocks
+options MEMORY_DISK_ROOT_SIZE=4096 # size of memory disk, in blocks
options MEMORY_DISK_RBFLAGS=RB_SINGLE # boot in single-user mode
# for reduce kernel size.
Home |
Main Index |
Thread Index |
Old Index