WARNING - OLD ARCHIVES

This is an archived copy of the Xen.org mailing list, which we have preserved to ensure that existing links to archives are not broken. The live archive, which contains the latest emails, can be found at http://lists.xen.org/
   
 
 
Xen 
 
Home Products Support Community News
 
   
 

xen-devel

[Xen-devel] A question about Mini-OS config file

To: Xen-devel@xxxxxxxxxxxxxxxxxxx
Subject: [Xen-devel] A question about Mini-OS config file
From: Bei Guan <gbtju85@xxxxxxxxx>
Date: Fri, 10 Sep 2010 16:35:35 +0800
Cc:
Delivery-date: Fri, 10 Sep 2010 01:36:31 -0700
Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:received:date:message-id :subject:from:to:content-type; bh=cug+ZL8bhQpScEAde2eSWhc2meqOY9dzhjnc5KpZkCs=; b=SZiSLgkuRUntgU1zJT4xUn32cvgXjj7bAYGNXmkf+B4rrCsrlJNlzzpLYPyWRKPVs7 C5SZffiPdi5ulY2yhYWDTgJV1DIMPPz8pS/suYAbTKqdC+Tqge7/OzMAkxQ9hxF7xJVe 1wkfDo1i+Kk794qzp+Gp6J9OspAgXmnTFEYNo=
Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:date:message-id:subject:from:to:content-type; b=pSgyneuLq5ZjCxh2ekHI6JtMhobZOZMDmUPn2SAHmjNWBWchMYpgKo9Zp8dmVC3PUf BQeUE5uRoWiJbRofuXxa05meGqnVWHhZxASF+QPEVXksJiFON80T8ytFuJUDoDib/sp+ vut8yqAnxsElw96tqAvkFXICj3f9ql4jh6+FE=
Envelope-to: www-data@xxxxxxxxxxxxxxxxxxx
List-help: <mailto:xen-devel-request@lists.xensource.com?subject=help>
List-id: Xen developer discussion <xen-devel.lists.xensource.com>
List-post: <mailto:xen-devel@lists.xensource.com>
List-subscribe: <http://lists.xensource.com/mailman/listinfo/xen-devel>, <mailto:xen-devel-request@lists.xensource.com?subject=subscribe>
List-unsubscribe: <http://lists.xensource.com/mailman/listinfo/xen-devel>, <mailto:xen-devel-request@lists.xensource.com?subject=unsubscribe>
Sender: xen-devel-bounces@xxxxxxxxxxxxxxxxxxx
Hello, erveryone,
   
   I try to compile and start the Mini-OS wm which is in the xen-4.0.0 srouce code. I have setup a disk in the config file (e.g. disk = [ 'file:/root/tmp/mdisk,hda,r' ] ). According to the README file, the Mini-OS should loop reading the "mdisk" file. However, when I start the vm, it quit and can not read the file. Is there some bug in the Mini-OS source code? Or I have a bad operation? Thanks.

   The output message of starting the Mini-OS:

[root@localhost mini-os]# xm create domain_config  -c
Using config file "./domain_config".
Started domain Mini-OS (id=14)
Domain has already finished
Could not start console

   The whole config file is:
---------------------
kernel = "mini-os.gz"
memory = 32
name = "Mini-OS"
>
disk = [ 'file:/root/tmp/mdisk,hda,r' ]
---------------------

Thanks a lot.
Gavin






_______________________________________________
Xen-devel mailing list
Xen-devel@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-devel
<Prev in Thread] Current Thread [Next in Thread>