|
|
|
|
|
by userbinator
2810 days ago
|
|
One thing I find annoying about x86 virtualisation is that it already has a mode called V86, introduced in the 386, but instead of extending that with more functionality, they introduced yet another set of instructions, and of course AMD also has its own completely incompatible way to do virtualisation. The nice thing about V86 is it integrates well with the existing task-segment model. |
|
You have this reversed: AMD developed x64-64 virt, and Intel decided to go their own way.