version 1.5, 2013/11/01 12:27:37
|
version 1.6, 2013/11/01 12:30:27
|
Line 20 Introduction
|
Line 20 Introduction
|
------------ |
------------ |
|
|
[![[Xen |
[![[Xen |
screenshot]](../../gallery/in-Action/hubertf-xens.png)](../../gallery/in-Action/hubertf-xen.png) |
screenshot]](http://www.netbsd.org/gallery/in-Action/hubertf-xens.png)](http://www.netbsd.org/gallery/in-Action/hubertf-xens.png) |
|
|
Xen is a virtual machine monitor for x86 hardware (requires i686-class |
Xen is a virtual machine monitor for x86 hardware (requires i686-class |
CPUs), which supports running multiple guest operating systems on a |
CPUs), which supports running multiple guest operating systems on a |
single machine. Guest OSes (also called “domains”) require a modified |
single machine. Guest OSes (also called "domains") require a modified |
kernel which supports Xen hypercalls in replacement to access to the |
kernel which supports Xen hypercalls in replacement to access to the |
physical hardware. At boot, the Xen kernel (also known as the Xen |
physical hardware. At boot, the Xen kernel (also known as the Xen |
hypervisor) is loaded (via the bootloader) along with the guest kernel |
hypervisor) is loaded (via the bootloader) along with the guest kernel |
Line 354 working vif-bridge is also provided with
|
Line 354 working vif-bridge is also provided with
|
|
|
#!/bin/sh |
#!/bin/sh |
#============================================================================ |
#============================================================================ |
# $NetBSD: vif-bridge-nbsd,v 1.3 2005/11/08 00:47:35 jlam Exp $ |
# $NetBSD: howto.mdwn,v 1.5 2013/11/01 12:27:37 mspo Exp $ |
# |
# |
# /usr/pkg/etc/xen/vif-bridge |
# /usr/pkg/etc/xen/vif-bridge |
# |
# |