From mboxrd@z Thu Jan 1 00:00:00 1970 From: Lars Kurth Subject: Re: Xen for real-time/embedded/automotive Date: Wed, 20 Nov 2013 14:04:57 +0000 Message-ID: <528CC189.2090007@xen.org> References: Reply-To: lars.kurth@xen.org Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii"; Format="flowed" Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: xen-devel-bounces@lists.xen.org Errors-To: xen-devel-bounces@lists.xen.org To: Simon Martin , Dario Faggioli , xen-devel Cc: Lars Kurth , Roland Heusser , Artem Mygaiev , Lovene Bhatia , Sisu Xi , Stefano Stabellini , George Dunlap , Anil Madhavapeddy , Joshua Whitehead , Drek Darkover , Stefano Panella , Nate Studer , mdavis@planetaryresources.com List-Id: xen-devel@lists.xenproject.org Hi Martin, (adding Anil) On 19/11/2013 01:27, Simon Martin wrote: > Hi Dario, > From my limited development here I would say the following: > 1.- The embedded systems I work on have just a flat memory space, no > MMU or anything like that, so the Mini-OS example is total overkill. > I am writing a real minimalist PV guest based on that but it's amazing > how time consuming it's being. I'll be returning this to the project > when I'm happy with it, as long as you want it. I am wondering whether there is some prior art that the Mirage OS (http://xenproject.org/developers/teams/mirage-os.html, https://github.com/mirage ) team has done, which you could build upon/re-use/look at. Obviously you wouldn't need any of the higher level OCaml language stuff. I will let Anil respond, whether there is anything that you could use. Best Regards Lars