Subject: CVS commit: syssrc
To: None <source-changes@netbsd.org>
From: Wayne Knowles <wdk@netbsd.org>
List: source-changes
Date: 01/22/2001 03:54:04
Module Name:	syssrc
Committed By:	wdk
Date:		Mon Jan 22 01:54:04 UTC 2001

Modified Files:
	syssrc/sys/arch/mipsco/conf: Makefile.mipsco.inc

Log Message:
Use custom linker script for building ECOFF kernel images.   The PROM loader
is fussy about the order of sections and location of memory gaps so we
must produce a firmware friendly version of the kernel as netbsd.ecoff for
network booting

The ELF version uses the standard mips linker script which can be loaded
by the new bootstrap routines


To generate a diff of this commit:
cvs rdiff -r1.1 -r1.2 syssrc/sys/arch/mipsco/conf/Makefile.mipsco.inc

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