Subject: sparc changes
To: None <port-sparc@NetBSD.ORG>
From: Paul Kranenburg <pk@cs.few.eur.nl>
List: port-sparc
Date: 11/14/1996 23:15:49
Note that two changes have been committed to the sparc port that may
affect you:

	- the kernel crash dump format has changed to confirm to the
	  layout per <sys/kcore.h> and libkvm.c. You'll need to
	  update the kvm libraries for savecore and gdb -k to work again
	  (if you're using fresh kernels).
	  Also, crash dumps you might have lying around won't be
	  interpreted correctly by `gdb -k' after this.


	- the maximum size of text and data segments (MAXTSIZ and MAXDSIZ)
	  is now set to 64MB and 256MB, resp. (was 16MB and 64MB).
	  Let me know if you experience any problems with this.

-pk