Bump md_root size to 2.5Mbytes.

This commit is contained in:
tsutsui 2003-02-10 11:18:55 +00:00
parent 59f9830997
commit cf7ee4e531
2 changed files with 4 additions and 4 deletions

View File

@ -1,10 +1,10 @@
# $NetBSD: Makefile,v 1.12 2003/02/01 05:00:17 tsutsui Exp $
# $NetBSD: Makefile,v 1.13 2003/02/10 11:18:55 tsutsui Exp $
.include <bsd.own.mk>
.include "${NETBSDSRCDIR}/distrib/common/Makefile.distrib"
IMAGE= ramdisk.fs
IMAGESIZE= 2330k
IMAGESIZE= 2560k
MAKEFS_FLAGS= -f 15
WARNS= 1

View File

@ -1,4 +1,4 @@
# $NetBSD: RAMDISK,v 1.31 2003/01/22 21:16:33 jdolecek Exp $
# $NetBSD: RAMDISK,v 1.32 2003/02/10 11:18:56 tsutsui Exp $
#
# memory disk based configuration file for MIPS R4x00 ARC Systems
#
@ -9,7 +9,7 @@ include "arch/arc/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=4660 # size of memory disk, in blocks
options MEMORY_DISK_ROOT_SIZE=5120 # size of memory disk, in blocks
makeoptions COPTS="-Os -mmemcpy" # generates smaller code than -O2, -O1