From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ivan Kelly Subject: Re: Guest OS without paging Date: Mon, 7 Nov 2005 17:06:44 +0000 Message-ID: <20051107170632.GB7339@localhost.localdomain> References: <20051107001154.GA10721@localhost.localdomain> <200511070219.44884.mark.williamson@cl.cam.ac.uk> <20051107105626.GA5130@localhost.localdomain> <200511071425.50611.mark.williamson@cl.cam.ac.uk> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Content-Disposition: inline In-Reply-To: <200511071425.50611.mark.williamson@cl.cam.ac.uk> List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: xen-devel-bounces@lists.xensource.com Errors-To: xen-devel-bounces@lists.xensource.com To: Mark Williamson Cc: Ivan Kelly , xen-devel@lists.xensource.com List-Id: xen-devel@lists.xenproject.org > IMO, if you really need a Minix-specific builder, you might as well have it > set up the page tables for you too. This will probably make life simpler for > development, in any case. ok, so in this scenario, id have to create a page table with a 1-1 mapping of page frames to page table entries in the builder? would I still need to put code in the minix kernel itself to handle page faults, or is it possible to have all pages loaded from start of day, but calling something in the builder? Regards Ivan