From mboxrd@z Thu Jan 1 00:00:00 1970 From: tgh Subject: question about the guestOS boot Date: Fri, 09 Mar 2007 16:16:32 +0800 Message-ID: <45F117E0.2020706@ncic.ac.cn> References: <1173371003.12607.2.camel@941e-2.watson.ibm.com> Mime-Version: 1.0 Content-Type: text/plain; charset=GB2312 Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <1173371003.12607.2.camel@941e-2.watson.ibm.com> List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: xen-devel-bounces@lists.xensource.com Errors-To: xen-devel-bounces@lists.xensource.com To: xen-devel List-Id: xen-devel@lists.xenproject.org hi I try to understand the code about vm create and now I am confused about which code does the guestOS start with to run ? xen domain0 uses the function xc_domain_creat() and xc_linux_build() to prepare the necessary struct such as vcpu_guest_context and other things for vm guestOS to bootup , in the xc_linux_build(),the initrd is also loaded in,is it right? then guestOS does not run the regular bootloader ,is it right? then I am confused about which function or which lines of the code does the guestOS start with ? could you help me Thanks in advance