aboutsummaryrefslogtreecommitdiffstats
path: root/linux-2.6.8.1-xen-sparse/arch
diff options
context:
space:
mode:
authorcl349@freefall.cl.cam.ac.uk <cl349@freefall.cl.cam.ac.uk>2004-09-08 16:38:13 +0000
committercl349@freefall.cl.cam.ac.uk <cl349@freefall.cl.cam.ac.uk>2004-09-08 16:38:13 +0000
commit88ee7951d3d979f15c5b40689d140e61b1c63fb3 (patch)
treed93b9090dce1cee01154e9cfbe2c57ffd47e1bff /linux-2.6.8.1-xen-sparse/arch
parent5f1960350fcbf7ef1681571634077cadec9f6498 (diff)
downloadxen-88ee7951d3d979f15c5b40689d140e61b1c63fb3.tar.gz
xen-88ee7951d3d979f15c5b40689d140e61b1c63fb3.tar.bz2
xen-88ee7951d3d979f15c5b40689d140e61b1c63fb3.zip
bitkeeper revision 1.1159.1.138 (413f3575zU7tYDi_ptlg-r1nAnN1Ww)
Reset PAGE_OFFSET to 0xc0100000 and use VIRT_BASE=0xc0000000.
Diffstat (limited to 'linux-2.6.8.1-xen-sparse/arch')
-rw-r--r--linux-2.6.8.1-xen-sparse/arch/xen/i386/kernel/head.S2
1 files changed, 1 insertions, 1 deletions
diff --git a/linux-2.6.8.1-xen-sparse/arch/xen/i386/kernel/head.S b/linux-2.6.8.1-xen-sparse/arch/xen/i386/kernel/head.S
index be45eec5c4..e67c5b3ea0 100644
--- a/linux-2.6.8.1-xen-sparse/arch/xen/i386/kernel/head.S
+++ b/linux-2.6.8.1-xen-sparse/arch/xen/i386/kernel/head.S
@@ -2,7 +2,7 @@
#include <linux/config.h>
.section __xen_guest
- .ascii "GUEST_OS=linux,GUEST_VER=2.6,XEN_VER=2.0"
+ .ascii "GUEST_OS=linux,GUEST_VER=2.6,XEN_VER=2.0,VIRT_BASE=0xC0000000"
.ascii ",LOADER=generic"
#ifdef CONFIG_XEN_WRITABLE_PAGETABLES
.ascii ",PT_MODE_WRITABLE"