Module Name: src
Committed By: christos
Date: Sun Feb 21 01:33:56 UTC 2016
Modified Files:
src/sys/arch/cobalt/conf: RAMDISK
Log Message:
bump size.
To generate a diff of this commit:
cvs rdiff -u -r1.6 -r1.7 src/sys/arch/cobalt/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/cobalt/conf/RAMDISK
diff -u src/sys/arch/cobalt/conf/RAMDISK:1.6 src/sys/arch/cobalt/conf/RAMDISK:1.7
--- src/sys/arch/cobalt/conf/RAMDISK:1.6 Mon Sep 29 11:02:56 2014
+++ src/sys/arch/cobalt/conf/RAMDISK Sat Feb 20 20:33:56 2016
@@ -1,4 +1,4 @@
-# $NetBSD: RAMDISK,v 1.6 2014/09/29 15:02:56 msaitoh Exp $
+# $NetBSD: RAMDISK,v 1.7 2016/02/21 01:33:56 christos 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=6656 # size of memory disk, in blocks
+options MEMORY_DISK_ROOT_SIZE=7000 # 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