* [PATCH] minios can cope with >4G CR3 since it never uses it
@ 2008-06-11 16:34 Samuel Thibault
0 siblings, 0 replies; only message in thread
From: Samuel Thibault @ 2008-06-11 16:34 UTC (permalink / raw)
To: Xen-devel
minios can cope with >4G CR3 since it never uses it
Signed-off-by: Samuel Thibault <samuel.thibault@eu.citrix.com>
diff -r 6ba898ce987c extras/mini-os/arch/x86/x86_32.S
--- a/extras/mini-os/arch/x86/x86_32.S Wed Jun 11 17:10:34 2008 +0100
+++ b/extras/mini-os/arch/x86/x86_32.S Wed Jun 11 17:33:17 2008 +0100
@@ -8,7 +8,7 @@
.ascii ",VIRT_BASE=0x0" /* &_text from minios_x86_32.lds */
.ascii ",ELF_PADDR_OFFSET=0x0"
.ascii ",HYPERCALL_PAGE=0x2"
- .ascii ",PAE=yes"
+ .ascii ",PAE=yes[extended-cr3]"
.ascii ",LOADER=generic"
.byte 0
.text
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2008-06-11 16:34 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-06-11 16:34 [PATCH] minios can cope with >4G CR3 since it never uses it Samuel Thibault
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.