Subject: Re: __xen_guest def lacks VIRT_BASE
To: Manuel Bouyer <bouyer@antioche.eu.org>
From: Bastian Blank <bastian@waldi.eu.org>
List: port-xen
Date: 09/04/2006 23:50:59
--fUYQa+Pmc3FrFX/N
Content-Type: text/plain; charset=utf-8
Content-Disposition: inline
On Mon, Sep 04, 2006 at 11:36:08PM +0200, Manuel Bouyer wrote:
> Can you post the patch you have it handy ?
Done.
Bastian
--
Wait! You have not been prepared!
-- Mr. Atoz, "Tomorrow is Yesterday", stardate 3113.2
--fUYQa+Pmc3FrFX/N
Content-Type: text/plain; charset=utf-8
Content-Disposition: attachment; filename=diff
Index: sys/arch/xen/i386/locore.S
===================================================================
RCS file: /cvsroot/src/sys/arch/xen/i386/locore.S,v
retrieving revision 1.17
diff -u -r1.17 locore.S
--- sys/arch/xen/i386/locore.S 22 May 2006 13:44:53 -0000 1.17
+++ sys/arch/xen/i386/locore.S 4 Sep 2006 21:50:14 -0000
@@ -195,6 +195,8 @@
#if (NKSYMS || defined(DDB) || defined(LKM)) && !defined(SYMTAB_SPACE)
.ascii ",BSD_SYMTAB"
#endif
+// TODO correct address
+ .ascii ",VIRT_BASE=0xc0100000"
.byte 0
--fUYQa+Pmc3FrFX/N--