From 3414591a74b7b182801efcb313d97d221c194338 Mon Sep 17 00:00:00 2001 From: agc Date: Thu, 13 Oct 2005 20:58:20 +0000 Subject: Initial import of a package to retrieve the Xen kernel itself easily. Xen is a virtual machine monitor for x86 hardware (runs only on i686-class CPUs), which supports running multiple guests operating systems on a single machine. Guest OSes (also called "domains") require a modified kernel which supports Xen hypercalls in replacement to access to the physical hardware. At boot, the xen kernel is loaded (via grub) along with the guest kernel for the first domain (called domain0). domain0 has privileges to access the physical hardware (PCI and ISA devices), administrate other domains and provide virtual devices (disks and network) to other domains. This package contains the Xen kernel itself. --- sysutils/xenkernel20/DESCR | 11 +++++++++++ sysutils/xenkernel20/MESSAGE | 9 +++++++++ sysutils/xenkernel20/Makefile | 23 +++++++++++++++++++++++ sysutils/xenkernel20/PLIST | 3 +++ sysutils/xenkernel20/distinfo | 5 +++++ 5 files changed, 51 insertions(+) create mode 100644 sysutils/xenkernel20/DESCR create mode 100644 sysutils/xenkernel20/MESSAGE create mode 100644 sysutils/xenkernel20/Makefile create mode 100644 sysutils/xenkernel20/PLIST create mode 100644 sysutils/xenkernel20/distinfo (limited to 'sysutils/xenkernel20') diff --git a/sysutils/xenkernel20/DESCR b/sysutils/xenkernel20/DESCR new file mode 100644 index 00000000000..5aea6bde6c8 --- /dev/null +++ b/sysutils/xenkernel20/DESCR @@ -0,0 +1,11 @@ +Xen is a virtual machine monitor for x86 hardware (runs only on +i686-class CPUs), which supports running multiple guests operating +systems on a single machine. Guest OSes (also called "domains") +require a modified kernel which supports Xen hypercalls in replacement +to access to the physical hardware. At boot, the xen kernel is loaded +(via grub) along with the guest kernel for the first domain (called +domain0). domain0 has privileges to access the physical hardware (PCI +and ISA devices), administrate other domains and provide virtual +devices (disks and network) to other domains. + +This package contains the Xen kernel itself. diff --git a/sysutils/xenkernel20/MESSAGE b/sysutils/xenkernel20/MESSAGE new file mode 100644 index 00000000000..8be655e00f9 --- /dev/null +++ b/sysutils/xenkernel20/MESSAGE @@ -0,0 +1,9 @@ +=========================================================================== +$NetBSD: MESSAGE,v 1.1.1.1 2005/10/13 20:58:20 agc Exp $ + +You should now copy the file: + + ${PREFIX}/xen-kernel/xen.gz + +to your root file system. +=========================================================================== diff --git a/sysutils/xenkernel20/Makefile b/sysutils/xenkernel20/Makefile new file mode 100644 index 00000000000..f6f671dcde8 --- /dev/null +++ b/sysutils/xenkernel20/Makefile @@ -0,0 +1,23 @@ +# $NetBSD: Makefile,v 1.1.1.1 2005/10/13 20:58:20 agc Exp $ +# + +DISTNAME= xen-2.0.7-install-x86_32 +PKGNAME= xenkernel20-2.0.7 +CATEGORIES= sysutils +MASTER_SITES= http://www.cl.cam.ac.uk/Research/SRG/netos/xen/downloads/ +EXTRACT_SUFX= .tgz + +MAINTAINER= tech-pkg@NetBSD.org +HOMEPAGE= http://www.netbsd.org/Ports/xen/ +COMMENT= Xen Kernel + +WRKSRC= ${WRKDIR}/xen-2.0-install + +NO_CONFIGURE= yes +NO_BUILD= yes + +do-install: + ${INSTALL_DATA_DIR} ${PREFIX}/xen-kernel + ${INSTALL_DATA} ${WRKSRC}/install/boot/xen.gz ${PREFIX}/xen-kernel/xen.gz + +.include "../../mk/bsd.pkg.mk" diff --git a/sysutils/xenkernel20/PLIST b/sysutils/xenkernel20/PLIST new file mode 100644 index 00000000000..c56fb5e1582 --- /dev/null +++ b/sysutils/xenkernel20/PLIST @@ -0,0 +1,3 @@ +@comment $NetBSD: PLIST,v 1.1.1.1 2005/10/13 20:58:20 agc Exp $ +xen-kernel/xen.gz +@dirrm xen-kernel diff --git a/sysutils/xenkernel20/distinfo b/sysutils/xenkernel20/distinfo new file mode 100644 index 00000000000..6229b77faea --- /dev/null +++ b/sysutils/xenkernel20/distinfo @@ -0,0 +1,5 @@ +$NetBSD: distinfo,v 1.1.1.1 2005/10/13 20:58:20 agc Exp $ + +SHA1 (xen-2.0.7-install-x86_32.tgz) = 6fe975840b6ab1fdcb3cfc4bb2b26f31ff6d371e +RMD160 (xen-2.0.7-install-x86_32.tgz) = 03f6b2f452059254e59f3db7b937d56e42281cf8 +Size (xen-2.0.7-install-x86_32.tgz) = 14295119 bytes -- cgit v1.2.3