Deleted Added
full compact
xen.4 (216509) xen.4 (233648)
1.\" Copyright (c) 2010 Robert N. M. Watson
2.\" All rights reserved.
3.\"
1.\" Copyright (c) 2010 Robert N. M. Watson
2.\" All rights reserved.
3.\"
4.\" This software was developed by SRI International and the University of
4.\" This software was developed by SRI International and the University of
5.\" Cambridge Computer Laboratory under DARPA/AFRL contract FA8750-10-C-0237
6.\" ("CTSRD"), as part of the DARPA CRASH research program.
7.\"
8.\" Redistribution and use in source and binary forms, with or without
9.\" modification, are permitted provided that the following conditions
10.\" are met:
11.\" 1. Redistributions of source code must retain the above copyright
12.\" notice, this list of conditions and the following disclaimer.

--- 8 unchanged lines hidden (view full) ---

21.\" FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
22.\" DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
23.\" OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
24.\" HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
25.\" LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
26.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
27.\" SUCH DAMAGE.
28.\"
5.\" Cambridge Computer Laboratory under DARPA/AFRL contract FA8750-10-C-0237
6.\" ("CTSRD"), as part of the DARPA CRASH research program.
7.\"
8.\" Redistribution and use in source and binary forms, with or without
9.\" modification, are permitted provided that the following conditions
10.\" are met:
11.\" 1. Redistributions of source code must retain the above copyright
12.\" notice, this list of conditions and the following disclaimer.

--- 8 unchanged lines hidden (view full) ---

21.\" FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
22.\" DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
23.\" OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
24.\" HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
25.\" LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
26.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
27.\" SUCH DAMAGE.
28.\"
29.\" $FreeBSD: head/share/man/man4/xen.4 216509 2010-12-17 22:09:55Z rwatson $
29.\" $FreeBSD: head/share/man/man4/xen.4 233648 2012-03-29 05:02:12Z eadler $
30.\"
31.Dd December 17, 2010
32.Dt XEN 4
33.Os
34.Sh NAME
30.\"
31.Dd December 17, 2010
32.Dt XEN 4
33.Os
34.Sh NAME
35.Nm xen
35.Nm xen
36.Nd Xen Hypervisor Guest (DomU) Support
37.Sh SYNOPSIS
38To compile para-virtualized (PV) Xen guest support into an i386 kernel, place
39the following lines in your kernel configuration file:
40.Bd -ragged -offset indent
41.Cd "options PAE"
42.Cd "options XEN"
43.Cd "nooptions NATIVE"

--- 142 unchanged lines hidden ---
36.Nd Xen Hypervisor Guest (DomU) Support
37.Sh SYNOPSIS
38To compile para-virtualized (PV) Xen guest support into an i386 kernel, place
39the following lines in your kernel configuration file:
40.Bd -ragged -offset indent
41.Cd "options PAE"
42.Cd "options XEN"
43.Cd "nooptions NATIVE"

--- 142 unchanged lines hidden ---