Subject: CVS commit: src
To: None <source-changes@NetBSD.org>
From: Manuel Bouyer <bouyer@netbsd.org>
List: source-changes
Date: 03/11/2005 20:55:10
Module Name:	src
Committed By:	bouyer
Date:		Fri Mar 11 20:55:10 UTC 2005

Modified Files:
	src/distrib/i386/floppies/instkernel: Makefile
	src/distrib/utils/sysinst/arch/i386: md.h
	src/etc: MAKEDEV.tmpl
	src/etc/etc.i386: MAKEDEV.conf Makefile.inc

Log Message:
Integrate Xen to the i386 build process:
- Add xen devices to MAKEDEV
- Add Xen kernels to list of kernel to build
- Add INSTALL_XENU to the install kernels
- introduce the xbd disk devices to sysinst.

This will add 3 kernels to the i386 release:
XEN0 for use as a Xen domain0 kernel
XENU for use on a non-privileged domain
INSTALL_XENU to install NetBSD on a non-privileged domain virtual disk.


To generate a diff of this commit:
cvs rdiff -r1.3 -r1.4 src/distrib/i386/floppies/instkernel/Makefile
cvs rdiff -r1.53 -r1.54 src/distrib/utils/sysinst/arch/i386/md.h
cvs rdiff -r1.38 -r1.39 src/etc/MAKEDEV.tmpl
cvs rdiff -r1.3 -r1.4 src/etc/etc.i386/MAKEDEV.conf
cvs rdiff -r1.40 -r1.41 src/etc/etc.i386/Makefile.inc

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