* Switches for 32 bit builds
@ 2008-03-12 19:23 Phil Winterfield (winterfi)
2008-03-13 15:36 ` Keir Fraser
0 siblings, 1 reply; 7+ messages in thread
From: Phil Winterfield (winterfi) @ 2008-03-12 19:23 UTC (permalink / raw)
To: xen-devel
[-- Attachment #1.1: Type: text/plain, Size: 146 bytes --]
Can anyone tell me what changes need to be made to the make files in the
unstable tree to produce a 32 bit non PAE hypervisor?
Thanks
[-- Attachment #1.2: Type: text/html, Size: 1483 bytes --]
[-- Attachment #2: Type: text/plain, Size: 138 bytes --]
_______________________________________________
Xen-devel mailing list
Xen-devel@lists.xensource.com
http://lists.xensource.com/xen-devel
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: Switches for 32 bit builds
2008-03-12 19:23 Switches for 32 bit builds Phil Winterfield (winterfi)
@ 2008-03-13 15:36 ` Keir Fraser
2008-03-13 16:19 ` Samuel Thibault
0 siblings, 1 reply; 7+ messages in thread
From: Keir Fraser @ 2008-03-13 15:36 UTC (permalink / raw)
To: Phil Winterfield (winterfi), xen-devel
[-- Attachment #1.1: Type: text/plain, Size: 599 bytes --]
pae=n¹ as a Makefile variable. You can specify it in the environment.
Actually I am considering deprecating and removing non-PAE support. We don¹t
even automatically build-test it any more...
-- Keir
On 12/3/08 19:23, "Phil Winterfield (winterfi)" <winterfi@cisco.com> wrote:
> Can anyone tell me what changes need to be made to the make files in the
> unstable tree to produce a 32 bit non PAE hypervisor?
>
> Thanks
>
>
> _______________________________________________
> Xen-devel mailing list
> Xen-devel@lists.xensource.com
> http://lists.xensource.com/xen-devel
[-- Attachment #1.2: Type: text/html, Size: 1358 bytes --]
[-- Attachment #2: Type: text/plain, Size: 138 bytes --]
_______________________________________________
Xen-devel mailing list
Xen-devel@lists.xensource.com
http://lists.xensource.com/xen-devel
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: Switches for 32 bit builds
2008-03-13 15:36 ` Keir Fraser
@ 2008-03-13 16:19 ` Samuel Thibault
2008-03-16 19:08 ` Mark Williamson
0 siblings, 1 reply; 7+ messages in thread
From: Samuel Thibault @ 2008-03-13 16:19 UTC (permalink / raw)
To: Keir Fraser; +Cc: Phil Winterfield (winterfi), xen-devel
Keir Fraser, le Thu 13 Mar 2008 15:36:44 +0000, a écrit :
> ‘pae=n’ as a Makefile variable. You can specify it in the environment. Actually
> I am considering deprecating and removing non-PAE support. We don’t even
> automatically build-test it any more...
Aargh, then GNU/Mach/Hurd won't work any more... :)
Samuel
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: Switches for 32 bit builds
2008-03-13 16:19 ` Samuel Thibault
@ 2008-03-16 19:08 ` Mark Williamson
2008-03-16 19:11 ` Samuel Thibault
0 siblings, 1 reply; 7+ messages in thread
From: Mark Williamson @ 2008-03-16 19:08 UTC (permalink / raw)
To: xen-devel; +Cc: Phil Winterfield (winterfi), Keir Fraser, Samuel Thibault
> Keir Fraser, le Thu 13 Mar 2008 15:36:44 +0000, a écrit :
> > ‘pae=n’ as a Makefile variable. You can specify it in the environment.
> > Actually I am considering deprecating and removing non-PAE support. We
> > don’t even automatically build-test it any more...
>
> Aargh, then GNU/Mach/Hurd won't work any more... :)
Along with Plan 9 and (I think?) NetBSD / FreeBSD... OTOH, it'd be nice if
these got up to PAE soon, since it's a pain needing to run multiple
hypervisors versions for them.
Cheers,
Mark
--
Push Me Pull You - Distributed SCM tool (http://www.cl.cam.ac.uk/~maw48/pmpu/)
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: Switches for 32 bit builds
2008-03-16 19:08 ` Mark Williamson
@ 2008-03-16 19:11 ` Samuel Thibault
2008-03-17 10:50 ` Christoph Egger
0 siblings, 1 reply; 7+ messages in thread
From: Samuel Thibault @ 2008-03-16 19:11 UTC (permalink / raw)
To: Mark Williamson; +Cc: Phil Winterfield (winterfi), xen-devel, Keir Fraser
Mark Williamson, le Sun 16 Mar 2008 19:08:15 +0000, a écrit :
> > Keir Fraser, le Thu 13 Mar 2008 15:36:44 +0000, a écrit :
> > > ‘pae=n’ as a Makefile variable. You can specify it in the environment.
> > > Actually I am considering deprecating and removing non-PAE support. We
> > > don’t even automatically build-test it any more...
> >
> > Aargh, then GNU/Mach/Hurd won't work any more... :)
>
> Along with Plan 9 and (I think?) NetBSD / FreeBSD... OTOH, it'd be nice if
> these got up to PAE soon, since it's a pain needing to run multiple
> hypervisors versions for them.
And thinking twice about it, that would make me buy another laptop,
since mine doesn't support PAE...
Samuel
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: Switches for 32 bit builds
2008-03-16 19:11 ` Samuel Thibault
@ 2008-03-17 10:50 ` Christoph Egger
2008-03-17 15:20 ` Mark Williamson
0 siblings, 1 reply; 7+ messages in thread
From: Christoph Egger @ 2008-03-17 10:50 UTC (permalink / raw)
To: xen-devel
Cc: Phil Winterfield (winterfi), Mark Williamson, Keir Fraser,
Samuel Thibault
On Sunday 16 March 2008 20:11:15 Samuel Thibault wrote:
> Mark Williamson, le Sun 16 Mar 2008 19:08:15 +0000, a écrit :
> > > Keir Fraser, le Thu 13 Mar 2008 15:36:44 +0000, a écrit :
> > > > ‘pae=n’ as a Makefile variable. You can specify it in the
> > > > environment. Actually I am considering deprecating and removing
> > > > non-PAE support. We don’t even automatically build-test it any
> > > > more...
> > >
> > > Aargh, then GNU/Mach/Hurd won't work any more... :)
> >
> > Along with Plan 9 and (I think?) NetBSD / FreeBSD... OTOH, it'd be nice
> > if these got up to PAE soon, since it's a pain needing to run multiple
> > hypervisors versions for them.
>
> And thinking twice about it, that would make me buy another laptop,
> since mine doesn't support PAE...
NetBSD/Xen added PAE support some month ago.
I don't know the status of FreeBSD.
Christoph
--
AMD Saxony, Dresden, Germany
Operating System Research Center
Legal Information:
AMD Saxony Limited Liability Company & Co. KG
Sitz (Geschäftsanschrift):
Wilschdorfer Landstr. 101, 01109 Dresden, Deutschland
Registergericht Dresden: HRA 4896
vertretungsberechtigter Komplementär:
AMD Saxony LLC (Sitz Wilmington, Delaware, USA)
Geschäftsführer der AMD Saxony LLC:
Dr. Hans-R. Deppe, Thomas McCoy
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: Switches for 32 bit builds
2008-03-17 10:50 ` Christoph Egger
@ 2008-03-17 15:20 ` Mark Williamson
0 siblings, 0 replies; 7+ messages in thread
From: Mark Williamson @ 2008-03-17 15:20 UTC (permalink / raw)
To: Christoph Egger
Cc: Phil Winterfield (winterfi), xen-devel, Keir Fraser,
Samuel Thibault
> NetBSD/Xen added PAE support some month ago.
> I don't know the status of FreeBSD.
Thanks, Christoph, that's good to know.
Cheers,
Mark
--
Push Me Pull You - Distributed SCM tool (http://www.cl.cam.ac.uk/~maw48/pmpu/)
^ permalink raw reply [flat|nested] 7+ messages in thread
end of thread, other threads:[~2008-03-17 15:20 UTC | newest]
Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-03-12 19:23 Switches for 32 bit builds Phil Winterfield (winterfi)
2008-03-13 15:36 ` Keir Fraser
2008-03-13 16:19 ` Samuel Thibault
2008-03-16 19:08 ` Mark Williamson
2008-03-16 19:11 ` Samuel Thibault
2008-03-17 10:50 ` Christoph Egger
2008-03-17 15:20 ` Mark Williamson
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.