From mboxrd@z Thu Jan 1 00:00:00 1970 From: Samuel Thibault Subject: Re: Mini-OS and Xenstore Date: Tue, 5 Aug 2008 11:37:52 +0100 Message-ID: <20080805103752.GK4478@implementation.uk.xensource.com> References: <20080805095141.GC4478@implementation.uk.xensource.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: List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: xen-devel-bounces@lists.xensource.com Errors-To: xen-devel-bounces@lists.xensource.com To: braham othmen Cc: xen-devel@lists.xensource.com, Julian Munster List-Id: xen-devel@lists.xenproject.org braham othmen, le Tue 05 Aug 2008 12:29:17 +0200, a =E9crit : > this code > xenbus_write(XBT_NIL,"/local/example","val_example"); > which is included in events.c Where did you add that code in events.c? Take care that the xenbus stuff may not be initialized at that point... See the initialization steps in kernel.c's start_kernel. Samuel