grow it a bit.

This commit is contained in:
christos 2015-05-02 23:21:40 +00:00
parent c027610558
commit a6b82aa2c6

View File

@ -1,4 +1,4 @@
# $NetBSD: RAMDISK,v 1.81 2013/08/08 13:21:38 he Exp $
# $NetBSD: RAMDISK,v 1.82 2015/05/02 23:21:40 christos 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=5420 # size of memory disk, in blocks
options MEMORY_DISK_ROOT_SIZE=8420 # 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