Module Name: src Committed By: christos Date: Sat May 2 23:21:40 UTC 2015
Modified Files: src/sys/arch/arc/conf: RAMDISK Log Message: grow it a bit. To generate a diff of this commit: cvs rdiff -u -r1.81 -r1.82 src/sys/arch/arc/conf/RAMDISK Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
Modified files: Index: src/sys/arch/arc/conf/RAMDISK diff -u src/sys/arch/arc/conf/RAMDISK:1.81 src/sys/arch/arc/conf/RAMDISK:1.82 --- src/sys/arch/arc/conf/RAMDISK:1.81 Thu Aug 8 09:21:38 2013 +++ src/sys/arch/arc/conf/RAMDISK Sat May 2 19:21:40 2015 @@ -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