Chinaunix

标题: c [打印本页]

作者: prolj    时间: 2006-05-14 17:56
标题: c
cds

[ 本帖最后由 prolj 于 2009-4-7 17:21 编辑 ]
作者: 雨丝风片    时间: 2006-05-15 10:02
用搞这么麻烦么?
作者: congli    时间: 2006-05-15 10:22
在CPU不支持情况下,XEN可以装M$吗?
再者,OB支持Xen的Dom0吗?
作者: jervis0211    时间: 2006-05-15 10:49
有病
作者: prolj    时间: 2006-05-15 19:18
标题: 回复 2楼 雨丝风片 的帖子
不断重起不更麻烦?如果你需要支持两个平台有必要。
作者: prolj    时间: 2006-05-15 19:24
原帖由 congli 于 2006-5-15 10:22 发表
在CPU不支持情况下,XEN可以装M$吗?

不明白,x86的CPU都支持,别的我没试过。
再者,OB支持Xen的Dom0吗?

OpenBSD虽没有直接的Xen的程序包,但是有代码可以编译。我用了,虚拟系统很快,OpenBSD性能好做宿主系统也很快。
作者: mingyanguo    时间: 2006-05-15 19:34
原帖由 prolj 于 2006-5-15 19:24 发表

不明白,x86的CPU都支持,别的我没试过。

OpenBSD虽没有直接的Xen的程序包,但是有代码可以编译。我用了,虚拟系统很快,OpenBSD性能好做宿主系统也很快。

Xen现在在没有硬件支持的情况下应该是需要修改OS的,开源的OS好说,但是M$如果自己不打算支持Xen的话,谁都没辙的。
作者: prolj    时间: 2006-05-18 14:41
原帖由 mingyanguo 于 2006-5-15 19:34 发表

Xen现在在没有硬件支持的情况下应该是需要修改OS的,开源的OS好说,但是M$如果自己不打算支持Xen的话,谁都没辙的。


又不用M$的系统作宿主,只是偶尔测试用一下。M$肯定不会支持Xen了。
作者: congli    时间: 2006-05-18 15:31
原帖由 prolj 于 2006-5-18 14:41 发表


又不用M$的系统作宿主,只是偶尔测试用一下。M$肯定不会支持Xen了。

建议看看啥是Xen.
作者: yuzlei    时间: 2006-05-18 19:15
http://lists.xensource.com/archi ... 05-12/msg00635.html

Re: [Xen-users] Windows in a DomU

To:         xen-users@xxxxxxxxxxxxxxxxxxx
Subject:         Re: [Xen-users] Windows in a DomU
From:         "Karsten M. Self" <kself@xxxxxxxxxxxxx>
Date:         Tue, 20 Dec 2005 18:39:06 -0800
Delivery-date:         Wed, 21 Dec 2005 02:42:11 +0000
Envelope-to:         www-data@xxxxxxxxxxxxxxxxxxx
In-reply-to:         <1134746342.1103.63.camel@xxxxxxxxxxxxxxxxx>
List-help:         <mailto: xen-users-request@lists.xensource.com?subject=help>
List-id:         Xen user discussion <xen-users.lists.xensource.com>
List-post:         <mailto: xen-users@lists.xensource.com>
List-subscribe:         <http://lists.xensource.com/cgi-bin/mailman/listinfo/xen-users>, <mailto: xen-users-request@lists.xensource.com?subject=subscribe>
List-unsubscribe:         <http://lists.xensource.com/cgi-bin/mailman/listinfo/xen-users>, <mailto: xen-users-request@lists.xensource.com?subject=unsubscribe>
Mail-followup-to:         xen-users@xxxxxxxxxxxxxxxxxxx
References:         <1134746342.1103.63.camel@xxxxxxxxxxxxxxxxx>
Sender:         xen-users-bounces@xxxxxxxxxxxxxxxxxxx
User-agent:         Mutt/1.5.11

on Fri, Dec 16, 2005 at 04:19:02PM +0100, Marco Natali (marco@xxxxxxxxxx) wrote:
> Hi,
> someone know how to install/configure a domain for starting Windows?
> I have a server Dell, arrived just now, and I would like to try Windows
> in a Xen domain.

There's a few things you should know, unofficial and subject to change.

MS Windows on Xen requires Intel VT or AMD Pacifica hardware, enabled in
BIOS.  Windows won't run on x86 CPUs lacking hardware virtualization
support.  These products are not yet in general circulation.  Note that
with VT/Pacifica support, MS Windows as a DomU is possible.  Windows as
Dom0 is not.

There was some early exploratory work involving a patched NT kernel
which ran paravirtualized under Xen, however this hasn't (and likely
won't) be released publicly.  Quoting an earlier message:

    The XenoXP work is not currently under active development.  Whilst
    there is no *technical* reason that it can't be done (and it would
    actually be much easier with the new Xen hypervisor interface),
    there are many tricky political/legal issues.


There's some support for running Windows in the current public Xen tree,
and you may be able to boot a Windows image.  There's some discussion on
this in earlier posts to the xen-devel mailing list, you may want to
browse the archives for pointers.

There's a lot of active development, you shouldn't expect stuff that
works, but if you're interested in contributing to the codebase, your
participation would be welcomed.

If you're looking for current levels of satisfaction, you might try
running Windows under qemu, which does work, albeit with a significant
(but generally tolerable / usable) performance overhead.


Cheers.

--
Karsten M. Self <karsten@xxxxxxxxxxxxx>
XenSource, Inc.
2300 Geng Road #250                                +1 650.798.5900 x259
Palo Alto, CA 94303                                +1 650.493.1579 fax

_______________________________________________
Xen-users mailing list
Xen-users@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-users
作者: prolj    时间: 2006-05-27 12:48
原帖由 congli 于 2006-5-18 15:31 发表

建议看看啥是Xen.


那版主说Xen是啥呢?给详细介绍一下吧,我只是下了装上虚拟个系统用。难道Xen还有别的功效,孤陋寡闻,请斑竹赐教。
作者: lllaaa    时间: 2006-05-28 18:06
10楼里写得很清楚了。没有硬件支持的时候windows是不能在xen上跑的。

你在openbsd下也可以编译PE文件啊。mingw应该可以在openbsd下编译的吧。然后用编译出来的mingw编译windows版程序。
作者: why_go_linux    时间: 2006-11-01 13:42
原帖由 lllaaa 于 2006-5-28 18:06 发表
10楼里写得很清楚了。没有硬件支持的时候windows是不能在xen上跑的。

你在openbsd下也可以编译PE文件啊。mingw应该可以在openbsd下编译的吧。然后用编译出来的mingw编译windows版程序。



就是说需要有VT 或 Pacifica 功能的cpu才能使XEN支持windows,最新的至强处理器具有VT功能.




欢迎光临 Chinaunix (http://bbs.chinaunix.net/) Powered by Discuz! X3.2