summaryrefslogtreecommitdiff
path: root/sysutils/xenkernel30
diff options
context:
space:
mode:
authoragc <agc>2006-07-03 07:28:22 +0000
committeragc <agc>2006-07-03 07:28:22 +0000
commitcb118c49d1b7a06c03a3aacdf6b04a8135f0a9ba (patch)
tree0c5e87a3ade55c95b74251b52005f2df60384f57 /sysutils/xenkernel30
parent0b9bd9252d079984d0f5126bee4366d7701e3571 (diff)
downloadpkgsrc-cb118c49d1b7a06c03a3aacdf6b04a8135f0a9ba.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/xenkernel30')
-rw-r--r--sysutils/xenkernel30/DESCR11
-rw-r--r--sysutils/xenkernel30/Makefile23
-rw-r--r--sysutils/xenkernel30/PLIST3
-rw-r--r--sysutils/xenkernel30/distinfo5
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