Subject: CVS commit: src/sys/arch/i386/stand/fatboot
To: None <source-changes@NetBSD.org>
From: David Laight <dsl@netbsd.org>
List: source-changes
Date: 01/06/2007 20:47:15
Module Name:	src
Committed By:	dsl
Date:		Sat Jan  6 20:47:15 UTC 2007

Modified Files:
	src/sys/arch/i386/stand/fatboot: Makefile fatboot.S
Added Files:
	src/sys/arch/i386/stand/fatboot: Makefile.fat
	src/sys/arch/i386/stand/fatboot/fat16: Makefile

Log Message:
Change build to allow a fat32 bootstrap to be built from the same sources
(the relevant changes haven't been done though).
Call built binary bootxx_fat16 for consistency.
Use 'push %cs' to push a zero value in places where we had relied on %bx
being zero from much higher up the code.


To generate a diff of this commit:
cvs rdiff -r1.1 -r1.2 src/sys/arch/i386/stand/fatboot/Makefile \
    src/sys/arch/i386/stand/fatboot/fatboot.S
cvs rdiff -r0 -r1.1 src/sys/arch/i386/stand/fatboot/Makefile.fat
cvs rdiff -r0 -r1.1 src/sys/arch/i386/stand/fatboot/fat16/Makefile

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