[vbox-dev] Paging in VirtualBox
Francesco Di Paolo
negroni_85 at hotmail.it
Mon Jun 6 19:39:58 PDT 2011
hello,
i’m trying to understand how paging works on VirtualBox. So far, and in a general way, i’ve understand that(and correct me if i’m wrong)when the guest OS tries to allocate a page, a #PF is generated and this is handled by trpmtrap0ehandler() in TRPM.cpp that relies on pgmtrap0ehandler(). This function gives the control to the hypervisor that uses functions in the MM and PGM group in order to allocate the page. Now i dont’ want anyone to explain me the all process(i wish...but no). I’m looking for advices in order to better understand the second part(what the hypervisor does)such as:could it be useful to see the content of the CR3 register and why?
What i need are the right questions i have to ask to myself.
Any kind of help will be more than appreciated.
Thank you
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://www.virtualbox.org/pipermail/vbox-dev/attachments/20110607/e0f1eab3/attachment-0001.html
More information about the vbox-dev
mailing list