Subject: CVS commit: syssrc/sys/arch/i386/stand
To: None <source-changes@netbsd.org>
From: Jason R Thorpe <thorpej@netbsd.org>
List: source-changes
Date: 02/20/2002 05:00:28
Module Name: syssrc
Committed By: thorpej
Date: Wed Feb 20 03:00:28 UTC 2002
Modified Files:
syssrc/sys/arch/i386/stand: Makefile
syssrc/sys/arch/i386/stand/pxeboot: Makefile main.c
Added Files:
syssrc/sys/arch/i386/stand/pxeboot_com0: Makefile
Log Message:
* Rename the pxeboot binary from "pxeboot" to "pxeboot_ia32", since
there are other architectures (e.g. IA64) which also use PXE.
* Get the console right in pxeboot, from Andreas Gustafsson.
* Add a "com0" version of pxeboot, to address the same issue that
biosboot_com0 addresses.
To generate a diff of this commit:
cvs rdiff -r1.17 -r1.18 syssrc/sys/arch/i386/stand/Makefile
cvs rdiff -r1.2 -r1.3 syssrc/sys/arch/i386/stand/pxeboot/Makefile
cvs rdiff -r1.3 -r1.4 syssrc/sys/arch/i386/stand/pxeboot/main.c
cvs rdiff -r0 -r1.1 syssrc/sys/arch/i386/stand/pxeboot_com0/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.