From mboxrd@z Thu Jan 1 00:00:00 1970 From: Samuel Thibault Subject: Re: app_main in the mini-os problem Date: Wed, 5 Jan 2011 11:47:18 +0100 Message-ID: <20110105104718.GJ5728@const.bordeaux.inria.fr> References: <201101051824546440847@stromasys.com> Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: quoted-printable Return-path: Content-Disposition: inline In-Reply-To: <201101051824546440847@stromasys.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: "kim.jin" Cc: xen-devel List-Id: xen-devel@lists.xenproject.org kim.jin, le Wed 05 Jan 2011 18:24:59 +0800, a =E9crit : > Is there bug in mini-OS? I make > while (1) printf("hello world."); > in int app_main(start_info_t *si) of main.c, but there is > nothing printed! How do you build it? main.c is only compiled-in in the stubdom case, in other kinds of builds app_main is provided by kernel.c or daytime.c. Samuel