|
|
|
|
|
|
|
|
|
|
xen-devel
[Xen-devel] [PATCH] vmxassit patch to boot Vista
This patch fixes 2 vmxassist bugs to boot Vista:
1) When switching from VM86_REAL_TO_PROTECTED to VM86_PROTECTED,
protected_mode() sets return eip to switch_to_protected_mode and
segments to vmxassist's. But in later set_mode(), it still consides
these segments are guest's (Bios at this time) and use its gdt table to
calculate address(), which results in segment limitation fault. 2) In
current vmxassist, when entering VM86_PROTECTED_TO_REAL, we need to
decode every instruction manually until we catch instructions like jmpl
to reset cs to really return to real mode. Vista boot manager uses more
instructions.
Thanks,
Xiaowei
vista.patch
Description: vista.patch
_______________________________________________
Xen-devel mailing list
Xen-devel@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-devel
|
<Prev in Thread] |
Current Thread |
[Next in Thread> |
- [Xen-devel] [PATCH] vmxassit patch to boot Vista,
Yang, Xiaowei <=
|
|
|
|
|