diff options
Diffstat (limited to 'sysutils/xen12/MESSAGE')
-rw-r--r-- | sysutils/xen12/MESSAGE | 19 |
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 + +=========================================================================== |