Module Name: src
Committed By: christos
Date: Sat Jul 22 19:26:41 UTC 2017
Modified Files:
src/sys/arch/cobalt/conf: RAMDISK
Log Message:
we need to get on a diet
To generate a diff of this commit:
cvs rdiff -u -r1.7 -r1.8 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.7 src/sys/arch/cobalt/conf/RAMDISK:1.8
--- src/sys/arch/cobalt/conf/RAMDISK:1.7 Sat Feb 20 20:33:56 2016
+++ src/sys/arch/cobalt/conf/RAMDISK Sat Jul 22 15:26:41 2017
@@ -1,4 +1,4 @@
-# $NetBSD: RAMDISK,v 1.7 2016/02/21 01:33:56 christos Exp $
+# $NetBSD: RAMDISK,v 1.8 2017/07/22 19:26:41 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=7000 # size of memory disk, in blocks
+options MEMORY_DISK_ROOT_SIZE=7400 # 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