diff options
author | agc <agc@pkgsrc.org> | 2006-07-03 07:28:22 +0000 |
---|---|---|
committer | agc <agc@pkgsrc.org> | 2006-07-03 07:28:22 +0000 |
commit | 64836659eae776897836b1a874e1eef211d13e46 (patch) | |
tree | 0c5e87a3ade55c95b74251b52005f2df60384f57 /sysutils | |
parent | a5906ce3865daee177ca7a84304b02a0a2389ce4 (diff) | |
download | pkgsrc-64836659eae776897836b1a874e1eef211d13e46.tar.gz |
Initial import of a xen3 kernel package, to facilitate xen3 dom0 support
in NetBSD.
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 Xen3 kernel itself.
Diffstat (limited to 'sysutils')
-rw-r--r-- | sysutils/xenkernel30/DESCR | 11 | ||||
-rw-r--r-- | sysutils/xenkernel30/Makefile | 23 | ||||
-rw-r--r-- | sysutils/xenkernel30/PLIST | 3 | ||||
-rw-r--r-- | sysutils/xenkernel30/distinfo | 5 |
4 files changed, 42 insertions, 0 deletions
diff --git a/sysutils/xenkernel30/DESCR b/sysutils/xenkernel30/DESCR new file mode 100644 index 00000000000..b200f6ee961 --- /dev/null +++ b/sysutils/xenkernel30/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 Xen3 kernel itself. diff --git a/sysutils/xenkernel30/Makefile b/sysutils/xenkernel30/Makefile new file mode 100644 index 00000000000..fbfaf12f66e --- /dev/null +++ b/sysutils/xenkernel30/Makefile @@ -0,0 +1,23 @@ +# $NetBSD: Makefile,v 1.1.1.1 2006/07/03 07:28:22 agc Exp $ +# + +DISTNAME= xen-3.0.2-2-install-x86_32 +PKGNAME= xenkernel30-3.0.2.2 +CATEGORIES= sysutils +MASTER_SITES= http://www.cl.cam.ac.uk/Research/SRG/netos/xen/downloads/ +EXTRACT_SUFX= .tgz + +MAINTAINER= pkgsrc-users@NetBSD.org +HOMEPAGE= http://www.netbsd.org/Ports/xen/ +COMMENT= Xen3 Kernel + +WRKSRC= ${WRKDIR}/xen-3.0.2-2-install + +NO_CONFIGURE= yes +NO_BUILD= yes + +do-install: + ${INSTALL_DATA_DIR} ${PREFIX}/xen3-kernel + ${INSTALL_DATA} ${WRKSRC}/install/boot/xen.gz ${PREFIX}/xen3-kernel/xen.gz + +.include "../../mk/bsd.pkg.mk" diff --git a/sysutils/xenkernel30/PLIST b/sysutils/xenkernel30/PLIST new file mode 100644 index 00000000000..456e93314a4 --- /dev/null +++ b/sysutils/xenkernel30/PLIST @@ -0,0 +1,3 @@ +@comment $NetBSD: PLIST,v 1.1.1.1 2006/07/03 07:28:22 agc Exp $ +xen3-kernel/xen.gz +@dirrm xen3-kernel diff --git a/sysutils/xenkernel30/distinfo b/sysutils/xenkernel30/distinfo new file mode 100644 index 00000000000..4c2d6889e4e --- /dev/null +++ b/sysutils/xenkernel30/distinfo @@ -0,0 +1,5 @@ +$NetBSD: distinfo,v 1.1.1.1 2006/07/03 07:28:22 agc Exp $ + +SHA1 (xen-3.0.2-2-install-x86_32.tgz) = 3f62632c6b1aaca62b2b575fd7917d6e19d33982 +RMD160 (xen-3.0.2-2-install-x86_32.tgz) = 6b005b3db657cde3b7d802c0348914c09f391ec0 +Size (xen-3.0.2-2-install-x86_32.tgz) = 21231409 bytes |