Subject: CVS commit: src/sys/arch/i386/stand/bootxx
To: None <source-changes@netbsd.org>
From: David Laight <dsl@netbsd.org>
List: source-changes
Date: 04/16/2003 22:17:44
Module Name:	src
Committed By:	dsl
Date:		Wed Apr 16 22:17:44 UTC 2003

Added Files:
	src/sys/arch/i386/stand/bootxx: Makefile Makefile.bootxx boot1.c
	    boot_params.S bootxx.S label.S

Log Message:
bootxx: bootstrap code - installable by MI installboot.
Loads /boot using filesystem accesses (rather than a list of block numbers)


To generate a diff of this commit:
cvs rdiff -r0 -r1.1 src/sys/arch/i386/stand/bootxx/Makefile \
    src/sys/arch/i386/stand/bootxx/Makefile.bootxx \
    src/sys/arch/i386/stand/bootxx/boot1.c \
    src/sys/arch/i386/stand/bootxx/boot_params.S \
    src/sys/arch/i386/stand/bootxx/bootxx.S \
    src/sys/arch/i386/stand/bootxx/label.S

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