Hello, I am trying to compile the latest Xen (from unstable tree). My box has 2GB RAM. It seems that Xen automatically compiled with PAE, and asks xen0 and xenU to be compiled with PAE as well. This is not what I want. So is there any way to compile Xen (hypervisor) without PAE? I suspect that there is a compiled option, but do not know what it is. Thanks, Jun _______________________________________________ Xen-devel mailing list Xen-devel@lists.xensource.com http://lists.xensource.com/xen-devel
On 6/4/07 11:11, "Jun Koi" <junkoi2004@gmail.com> wrote:> I am trying to compile the latest Xen (from unstable tree). My box has > 2GB RAM. It seems that Xen automatically compiled with PAE, and asks > xen0 and xenU to be compiled with PAE as well. > > This is not what I want. So is there any way to compile Xen > (hypervisor) without PAE? I suspect that there is a compiled option, > but do not know what it is.make XEN_TARGET_X86_PAE=n world Or just modify the fallback definition of XEN_TARGET_X86_PAE in Config.mk. -- Keir _______________________________________________ Xen-devel mailing list Xen-devel@lists.xensource.com http://lists.xensource.com/xen-devel