0687f75e49
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.
19 lines
690 B
Text
19 lines
690 B
Text
===========================================================================
|
|
$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
|
|
|
|
===========================================================================
|