Sat Jun 10 06:21:27 2017 UTC ()
Pull up following revision(s) (requested by skrll in ticket #23):
	sys/arch/sgimips/conf/INSTALL64_IP2x: revision 1.3
Align MEMORY_ROOT_DISK_SIZE with INSTALL32_IP2x


(snj)
diff -r1.2 -r1.2.58.1 src/sys/arch/sgimips/conf/INSTALL64_IP2x

cvs diff -r1.2 -r1.2.58.1 src/sys/arch/sgimips/conf/INSTALL64_IP2x (expand / switch to unified diff)

--- src/sys/arch/sgimips/conf/INSTALL64_IP2x 2009/12/14 00:46:12 1.2
+++ src/sys/arch/sgimips/conf/INSTALL64_IP2x 2017/06/10 06:21:27 1.2.58.1
@@ -1,14 +1,14 @@ @@ -1,14 +1,14 @@
1# 1#
2# sgimips install kernel with ramdisk added. 2# sgimips install kernel with ramdisk added.
3# 3#
4 4
5# Pull in standard `install' config 5# Pull in standard `install' config
6include "arch/sgimips/conf/GENERIC64_IP2x" 6include "arch/sgimips/conf/GENERIC64_IP2x"
7 7
8makeoptions COPTS="-Os" 8makeoptions COPTS="-Os"
9 9
10# Enable the hooks used for initializing the root memory-disk. 10# Enable the hooks used for initializing the root memory-disk.
11options MEMORY_DISK_HOOKS 11options MEMORY_DISK_HOOKS
12options MEMORY_DISK_IS_ROOT # force root on memory disk 12options MEMORY_DISK_IS_ROOT # force root on memory disk
13options MEMORY_DISK_SERVER=0 # no userspace memory disk support 13options MEMORY_DISK_SERVER=0 # no userspace memory disk support
14options MEMORY_DISK_ROOT_SIZE=6144# size of memory disk, in blocks (3MB) 14options MEMORY_DISK_ROOT_SIZE=6400# size of memory disk, in blocks (3MB)