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

Modified Files:
        src/sys/arch/x68k/conf: INSTALL

Log Message:
bump


To generate a diff of this commit:
cvs rdiff -u -r1.108 -r1.109 src/sys/arch/x68k/conf/INSTALL

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/x68k/conf/INSTALL
diff -u src/sys/arch/x68k/conf/INSTALL:1.108 src/sys/arch/x68k/conf/INSTALL:1.109
--- src/sys/arch/x68k/conf/INSTALL:1.108	Wed Aug 12 03:53:58 2015
+++ src/sys/arch/x68k/conf/INSTALL	Sun Sep 18 10:21:16 2016
@@ -1,4 +1,4 @@
-#	$NetBSD: INSTALL,v 1.108 2015/08/12 07:53:58 maxv Exp $
+#	$NetBSD: INSTALL,v 1.109 2016/09/18 14:21:16 christos Exp $
 
 #
 #	INSTALL -- installation kernel.
@@ -8,7 +8,7 @@ include "arch/x68k/conf/std.x68k"
 
 #options 	INCLUDE_CONFIG_FILE	# embed config file in kernel binary
 
-#ident 		"INSTALL-$Revision: 1.108 $"
+#ident 		"INSTALL-$Revision: 1.109 $"
 
 makeoptions	COPTS="-Os"		# Optimise for space. Implies -O2
 
@@ -18,7 +18,7 @@ maxusers	4
 options 	MEMORY_DISK_HOOKS
 options 	MEMORY_DISK_IS_ROOT	# Force root on memory-disk
 options 	MEMORY_DISK_SERVER=0	# No user space hooks
-options 	MEMORY_DISK_ROOT_SIZE=3400
+options 	MEMORY_DISK_ROOT_SIZE=3600	# 1.8 Mbytes
 options 	MEMORY_DISK_RBFLAGS=RB_SINGLE	# boot in single-user mode
 
 ## System kernel configuration.  See options(4) for more detail.

Reply via email to