Software Archive
Read-only legacy content
17061 Discussions

Guest OS management

heinerj
Beginner
889 Views
I am using GRUB to bootload a barebones VM designed around Intel's virtualization technology. I am able to launch a VM from the VMM. This Loads a very simple guest OS application.How do I load a true guest os, ie Linux, tinycore, etc? Does the guest os image have to fit in a continuous memory region? Can it be broken up to fit in multiple memory regions that are not continuous?
0 Kudos
3 Replies
David_O_Intel1
Employee
889 Views
The guest OS does not have to be physically contiguous. EPT/VT-d tables can be setup to take care of guest physical to host physical mapping.

David Ott
0 Kudos
David_O_Intel1
Employee
889 Views
There are a lot of places you might look for information. Here is one pointer:

http://www.intel.com/technology/virtualization/technology.htm

David Ott
0 Kudos
engilejohn
Beginner
889 Views
Nice place......
0 Kudos
Reply