_GetFirstV86Page

include vmm.inc

VMMCall _GetFirstV86Page

mov     [FirstPage], eax        ; first page of V86 memory
 

Gets the page number of the first page in the current virtual machine. Uses EAX.

The first page in a virtual machine moves during virtual device initialization, so the page number returned by this service during initialization will not be valid at any later time.

See Also

_GetLastV86Page