Subject: CVS commit: syssrc
To: None <source-changes@netbsd.org>
From: Jason R Thorpe <thorpej@netbsd.org>
List: source-changes
Date: 01/20/2001 03:05:24
Module Name:	syssrc
Committed By:	thorpej
Date:		Sat Jan 20 01:05:23 UTC 2001

Modified Files:
	syssrc/sys/arch/i386/conf: kern.ldscript.4MB
Added Files:
	syssrc/sys/arch/i386/conf: kern.ldscript

Log Message:
Add a linker script for the kernel, which places _etext after
all of the read-only data.  Move _etext after all the read-only
data in the LARGEPAGES script, as well.

This will cause const data to actually be const on i386 kernels now
(it was, by sheer luck, on LARGEPAGES kernels simply because of the
section rounding that the LARGEPAGES script performed).


To generate a diff of this commit:
cvs rdiff -r0 -r1.1 syssrc/sys/arch/i386/conf/kern.ldscript
cvs rdiff -r1.1 -r1.2 syssrc/sys/arch/i386/conf/kern.ldscript.4MB

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.