Subject: CVS commit: src/sys/arch
To: None <source-changes@NetBSD.org>
From: Pavel Cahyna <pavel@netbsd.org>
List: source-changes
Date: 05/28/2006 14:00:13
Module Name:	src
Committed By:	pavel
Date:		Sun May 28 14:00:13 UTC 2006

Modified Files:
	src/sys/arch/xen/conf: Makefile.xen
Added Files:
	src/sys/arch/i386/conf: kern.ldscript.Xen

Log Message:
Give Xen its own linker script, which does not set the physical load address
specially. In Xen, the system is already in virtual mode when the kernel is
started, so the old behavior of setting physical address to virtual address
was actually correct, and the previous change made NetBSD/Xen kernels
unbootable.

Pointed out, explained and tested by <bouyer>.


To generate a diff of this commit:
cvs rdiff -r0 -r1.1 src/sys/arch/i386/conf/kern.ldscript.Xen
cvs rdiff -r1.17 -r1.18 src/sys/arch/xen/conf/Makefile.xen

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