summaryrefslogtreecommitdiff
path: root/sysutils/xen12/MESSAGE
blob: d222e3985ac0a540cbc1a216eed93944541f9846 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
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

===========================================================================