Increase ramdisk size.

This commit is contained in:
msaitoh 2014-09-29 15:02:55 +00:00
parent 3a55b33865
commit e5a129f3fe
2 changed files with 4 additions and 4 deletions

View File

@ -1,10 +1,10 @@
# $NetBSD: Makefile,v 1.8 2013/03/22 10:52:20 tsutsui Exp $
# $NetBSD: Makefile,v 1.9 2014/09/29 15:02:55 msaitoh Exp $
.include <bsd.own.mk>
.include "${NETBSDSRCDIR}/distrib/common/Makefile.distrib"
IMAGE= ramdisk.fs
IMAGESIZE= 3072k
IMAGESIZE= 3328k
MAKEFS_FLAGS= -f 15
WARNS= 1

View File

@ -1,4 +1,4 @@
# $NetBSD: RAMDISK,v 1.5 2011/05/03 09:15:20 tsutsui Exp $
# $NetBSD: RAMDISK,v 1.6 2014/09/29 15:02:56 msaitoh Exp $
#
# memory disk based configuration file
#
@ -9,7 +9,7 @@ include "arch/cobalt/conf/GENERIC"
options MEMORY_DISK_HOOKS
options MEMORY_DISK_IS_ROOT # force root on memory disk
options MEMORY_DISK_SERVER=0 # no userspace md(4) support
options MEMORY_DISK_ROOT_SIZE=6144 # size of memory disk, in blocks
options MEMORY_DISK_ROOT_SIZE=6656 # size of memory disk, in blocks
options MEMORY_DISK_RBFLAGS=RB_SINGLE # boot in single-user mode
makeoptions COPTS="-Os -mmemcpy" # generates smaller code than -O2, -O1