Shrink ramdisk size to 2048KB.

This commit is contained in:
tsutsui 2011-05-20 07:57:07 +00:00
parent ce1745ee16
commit 8edbaaf3c0
2 changed files with 4 additions and 4 deletions

View File

@ -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

View File

@ -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 @@ include "arch/zaurus/conf/GENERIC"
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.