WARNING - OLD ARCHIVES

This is an archived copy of the Xen.org mailing list, which we have preserved to ensure that existing links to archives are not broken. The live archive, which contains the latest emails, can be found at http://lists.xen.org/
   
 
 
Xen 
 
Home Products Support Community News
 
   
 

xen-changelog

[Xen-changelog] Don't enable PAE by default just yet.

# HG changeset patch
# User smh22@xxxxxxxxxxxxxxxxxxxx
# Node ID 29902aea904fde5892295f118aa9b971fa810a47
# Parent  ba4ca709ed7e50590d4299ee20c575fdf636b3df
Don't enable PAE by default just yet.

diff -r ba4ca709ed7e -r 29902aea904f Config.mk
--- a/Config.mk Wed Aug  3 00:07:48 2005
+++ b/Config.mk Wed Aug  3 06:46:53 2005
@@ -3,7 +3,7 @@
 # Currently supported architectures: x86_32, x86_64
 XEN_COMPILE_ARCH    ?= $(shell uname -m | sed -e s/i.86/x86_32/)
 XEN_TARGET_ARCH     ?= $(XEN_COMPILE_ARCH)
-XEN_TARGET_X86_PAE  ?= y
+XEN_TARGET_X86_PAE  ?= n
 
 # Tools to run on system hosting the build
 HOSTCC     = gcc

_______________________________________________
Xen-changelog mailing list
Xen-changelog@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-changelog

<Prev in Thread] Current Thread [Next in Thread>
  • [Xen-changelog] Don't enable PAE by default just yet., Xen patchbot -unstable <=