Module Name:    src
Committed By:   christos
Date:           Sun Sep 18 16:21:18 UTC 2016

Modified Files:
        src/sys/arch/ews4800mips/conf: RAMDISK

Log Message:
grow


To generate a diff of this commit:
cvs rdiff -u -r1.17 -r1.18 src/sys/arch/ews4800mips/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/ews4800mips/conf/RAMDISK
diff -u src/sys/arch/ews4800mips/conf/RAMDISK:1.17 src/sys/arch/ews4800mips/conf/RAMDISK:1.18
--- src/sys/arch/ews4800mips/conf/RAMDISK:1.17	Fri Aug 21 05:18:17 2015
+++ src/sys/arch/ews4800mips/conf/RAMDISK	Sun Sep 18 12:21:18 2016
@@ -1,4 +1,4 @@
-# 	$NetBSD: RAMDISK,v 1.17 2015/08/21 09:18:17 christos Exp $
+# 	$NetBSD: RAMDISK,v 1.18 2016/09/18 16:21:18 christos Exp $
 #
 # kernel config file with memory disk for installation
 #
@@ -11,7 +11,7 @@ makeoptions	COPTS="-Os -mmemcpy"	# optim
 options 	MEMORY_DISK_HOOKS
 options 	MEMORY_DISK_IS_ROOT	# force root on memory disk
 options 	MEMORY_DISK_SERVER=0	# no userspace memory disk support
-options 	MEMORY_DISK_ROOT_SIZE=6144	# size of memory disk, in blocks
+options 	MEMORY_DISK_ROOT_SIZE=7268	# size of memory disk, in blocks (14)
 options 	MEMORY_DISK_RBFLAGS=RB_SINGLE	# boot in single-user mode
 
 options 	PIPE_SOCKETPAIR

Reply via email to