Module Name:    src
Committed By:   martin
Date:           Thu Jan  9 19:28:33 UTC 2025

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

Log Message:
Fine tune memory disk size and fix comments


To generate a diff of this commit:
cvs rdiff -u -r1.31 -r1.32 src/sys/arch/sparc64/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/sparc64/conf/INSTALL
diff -u src/sys/arch/sparc64/conf/INSTALL:1.31 src/sys/arch/sparc64/conf/INSTALL:1.32
--- src/sys/arch/sparc64/conf/INSTALL:1.31	Thu Jan  9 19:09:47 2025
+++ src/sys/arch/sparc64/conf/INSTALL	Thu Jan  9 19:28:33 2025
@@ -1,4 +1,4 @@
-#	$NetBSD: INSTALL,v 1.31 2025/01/09 19:09:47 martin Exp $
+#	$NetBSD: INSTALL,v 1.32 2025/01/09 19:28:33 martin Exp $
 #
 #	NOTE: this file only needs *additional* things for the install
 #	kernel, that are not already included in GENERIC!
@@ -6,7 +6,7 @@
 
 include 	"arch/sparc64/conf/GENERIC"
 
-#ident		"INSTALL-$Revision: 1.31 $"
+#ident		"INSTALL-$Revision: 1.32 $"
 
 makeoptions	COPTS="-Os -Wno-uninitialized"
 
@@ -21,8 +21,8 @@ options 	MEMORY_DISK_IS_ROOT	# force roo
 options 	MEMORY_DISK_SERVER=0	# no userspace memory disk support
 ## The miniroot size must be kept in sync manually with the size of
 ## the `miniroot' image, which is built in distrib/sparc64/miniroot.
-## This value comes from distrib/sparc64/xminiroot/Makefile
-## and is calculated like: expr 14 \* 1024 \* 2
-## since NUMCYLS=14
-options 	MEMORY_DISK_ROOT_SIZE=28672	# size of memory disk, in 512 byte blocks
+## This value comes from distrib/sparc64/instfs/Makefile
+## and is calculated like: expr 11 \* 1024 \* 2
+## since IMAGESIZE=11
+options 	MEMORY_DISK_ROOT_SIZE=22528	# size of memory disk, in 512 byte blocks
 options 	MEMORY_DISK_RBFLAGS=RB_SINGLE	# boot in single-user mode

Reply via email to