Subject: CVS commit: src/sys/arch/i386/stand
To: None <source-changes@NetBSD.org>
From: David Laight <dsl@netbsd.org>
List: source-changes
Date: 10/09/2003 10:29:39
Module Name:	src
Committed By:	dsl
Date:		Thu Oct  9 10:29:39 UTC 2003

Modified Files:
	src/sys/arch/i386/stand/boot: Makefile.boot biosboot.S
	src/sys/arch/i386/stand/bootxx: Makefile.bootxx bootxx.S
Added Files:
	src/sys/arch/i386/stand/lib: boot_params.S
Removed Files:
	src/sys/arch/i386/stand/bootxx: boot_params.S

Log Message:
Pick up X86_BOOT_MAGIC_* from bootblock.h
Move boot_params.S to lib (seems useful to use it in pxeboot).


To generate a diff of this commit:
cvs rdiff -r1.10 -r1.11 src/sys/arch/i386/stand/boot/Makefile.boot
cvs rdiff -r1.2 -r1.3 src/sys/arch/i386/stand/boot/biosboot.S
cvs rdiff -r1.10 -r1.11 src/sys/arch/i386/stand/bootxx/Makefile.bootxx
cvs rdiff -r1.1 -r0 src/sys/arch/i386/stand/bootxx/boot_params.S
cvs rdiff -r1.2 -r1.3 src/sys/arch/i386/stand/bootxx/bootxx.S
cvs rdiff -r0 -r1.1 src/sys/arch/i386/stand/lib/boot_params.S

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