Allocate_PM_App_CB_Area

include vmm.inc

mov     ecx, Size
VMMCall Allocate_PM_App_CB_Area
mov     [acb], eax
 

Requests that additional space be reserved in the application control block when a virtual machine enters protected mode. This service is only available during initialization. Uses EAX.

Size
Number of bytes to reserve for the control block.