_GetNulPageHandle

include vmm.inc

VMMcall _GetNulPageHandle

mov [NulPage], eax ; handle of system nul page


The _GetNulPageHandle service returns the memory handle of the system nul page. This page can be mapped to unused regions of the address space to prevent page faults. The system nul page can be mapped to multiple locations in the system, so its contents are always random.

Parameters

This service has no parameters.

Return Value

The EAX register contains the memory handle of the system nul page.

Uses

EAX

See Also

_MapIntoV86