|
|
|
|
|
|
|
|
|
|
xen-devel
[Xen-devel] question about the differences for xen in x86_32 and x86_64
¾
hi
I am confused about the differences betwoon xen in x86_32 and x86_64
in x86_32,Ring 1 for guest OS, ring3 for user-space, Xen lives in top
64MB of linear addr space, Segmentation used to protect Xen as switching
page tables too slow on standard x86, Hypercalls jump to Xen in ring 0,
Guest OS with ‘fast trap’ handler could direct user-space to guest OS
system calls, is it right?
while in x86_64 ,both guestos and userapplications seem to run in ring3,
and what about other thing memtioned above for x86_64? such as the
memory mapping for xen and guestos kernel and applications , system call
fast trap handling
I am confused about it
could you help me
Thanks in advance
_______________________________________________
Xen-devel mailing list
Xen-devel@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-devel
|
|
|
|
|