Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src Shrink the ramdisk of INSTALL kernel for zaurus in order to ...
details: https://anonhg.NetBSD.org/src/rev/e6ebea0ece49
branches: trunk
changeset: 351278:e6ebea0ece49
user: rin <rin%NetBSD.org@localhost>
date: Wed Feb 08 20:11:18 2017 +0000
description:
Shrink the ramdisk of INSTALL kernel for zaurus in order to fit within 5MB.
Now free spaces of the main kernel and ramdisk are about 62KB and 215KB for
INSTALL, respectively.
OK christos
diffstat:
distrib/zaurus/ramdisk/Makefile | 4 ++--
sys/arch/zaurus/conf/INSTALL | 4 ++--
2 files changed, 4 insertions(+), 4 deletions(-)
diffs (34 lines):
diff -r b470f6f398b0 -r e6ebea0ece49 distrib/zaurus/ramdisk/Makefile
--- a/distrib/zaurus/ramdisk/Makefile Wed Feb 08 18:53:01 2017 +0000
+++ b/distrib/zaurus/ramdisk/Makefile Wed Feb 08 20:11:18 2017 +0000
@@ -1,10 +1,10 @@
-# $NetBSD: Makefile,v 1.21 2017/01/24 18:04:05 christos Exp $
+# $NetBSD: Makefile,v 1.22 2017/02/08 20:11:18 rin Exp $
.include <bsd.own.mk>
.include "${NETBSDSRCDIR}/distrib/common/Makefile.distrib"
IMAGE= ramdisk.fs
-IMAGESIZE= 2256k
+IMAGESIZE= 2176k
MAKEFS_FLAGS+= -f 14
WARNS= 1
diff -r b470f6f398b0 -r e6ebea0ece49 sys/arch/zaurus/conf/INSTALL
--- a/sys/arch/zaurus/conf/INSTALL Wed Feb 08 18:53:01 2017 +0000
+++ b/sys/arch/zaurus/conf/INSTALL Wed Feb 08 20:11:18 2017 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: INSTALL,v 1.31 2017/01/30 02:41:12 nonaka Exp $
+# $NetBSD: INSTALL,v 1.32 2017/02/08 20:11:18 rin Exp $
#
# INSTALL config file (GENERIC with memory disk root)
#
@@ -9,7 +9,7 @@
options MEMORY_DISK_HOOKS # enable root ramdisk
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=4516 # size of memory disk, in blocks
+options MEMORY_DISK_ROOT_SIZE=4352 # 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