summaryrefslogtreecommitdiff
path: root/sysutils/xen12/MESSAGE
diff options
context:
space:
mode:
authorcl <cl@pkgsrc.org>2004-05-22 16:31:04 +0000
committercl <cl@pkgsrc.org>2004-05-22 16:31:04 +0000
commit0687f75e497cd4465fcca36f99a75188ec321357 (patch)
tree316579f8e19ee0bf8643d441c02ef74a01a2e32f /sysutils/xen12/MESSAGE
parentdac9df45fa8b33e50af7fabd2d15350cedc63b7b (diff)
downloadpkgsrc-0687f75e497cd4465fcca36f99a75188ec321357.tar.gz
add xen12 package:
Xen is is a virtual machine monitor for x86 that supports execution of multiple guest operating systems with unprecedented levels of performance and resource isolation. Xen is Open Source software. See http://www.cl.cam.ac.uk/Research/SRG/netos/xen/ for more details on Xen. See http://www.netbsd.org/Ports/xen/ for more details on NetBSD/xen.
Diffstat (limited to 'sysutils/xen12/MESSAGE')
-rw-r--r--sysutils/xen12/MESSAGE19
1 files changed, 19 insertions, 0 deletions
diff --git a/sysutils/xen12/MESSAGE b/sysutils/xen12/MESSAGE
new file mode 100644
index 00000000000..d222e3985ac
--- /dev/null
+++ b/sysutils/xen12/MESSAGE
@@ -0,0 +1,19 @@
+===========================================================================
+$NetBSD: MESSAGE,v 1.1 2004/05/22 16:31:04 cl Exp $
+
+Xen is a standalone program, it does not run within an operating system.
+It has been designed to boot from grub. To install Xen, add an entry
+like this to the grub config file:
+
+- NetBSD/xen as domain0:
+ title Xen / NetBSD
+ kernel ${PREFIX}/mdec/xen-1.2.gz dom0_mem=65536
+ module /path/to/xen12load
+ module /path/to/xen12netbsd
+
+- XenoLinux as domain0:
+ title Xen / Linux
+ kernel ${PREFIX}/mdec/xen-1.2.gz dom0_mem=65536
+ module /path/to/xenolinux-version.gz root=/dev/root-device
+
+===========================================================================