Subject: Re: 2.0 miniroot crashes on 3/60
To: Kirk Russell <kirk@ba23.org>
From: Chuck Silvers <chuq@chuq.com>
List: port-sun3
Date: 02/19/2005 10:49:46
--Qxx1br4bt0+wmkIi
Content-Type: text/plain; charset=us-ascii
Content-Disposition: inline

hi again,

it appears my memory was wrong, the fixes that I already put into -current
seem to be enough to make a 2.0 kernel happy.  one of them isn't needed
on the 2.0 branch, and the remaining one is attached.

your best way to get a miniroot with the fix is to cross-build the release
on a faster box, I think a native full build on sun3 takes over 10 days
at this point.

-Chuck

--Qxx1br4bt0+wmkIi
Content-Type: text/plain; charset=us-ascii
Content-Disposition: attachment; filename="diff.sun3-2.0"

Index: src/sys/arch/sun3/include/param3.h
diff -u src/sys/arch/sun3/include/param3.h:1.49 src/sys/arch/sun3/include/param3.h:1.50
--- src/sys/arch/sun3/include/param3.h:1.49	Thu Aug  7 16:29:56 2003
+++ src/sys/arch/sun3/include/param3.h	Sat Jan 22 17:13:14 2005
@@ -87,4 +87,4 @@
 #define	SEGOFSET	(NBSG-1)	/* byte offset into segment */
 
 #define	MAXBSIZE	0x8000		/* max FS block size */
-
+#define	MAXPHYS		0xe000

--Qxx1br4bt0+wmkIi--