include vmm.inc mov ecx, Size ; number of bytes to reserve VMMcall Allocate_PM_App_CB_Area mov [acb], eax ; offset of application control block |
The Allocate_PM_App_CB_Area service allocates space in the control block of the current virtual machine for a protected-mode application control block.
This service is only available during initialization.
Size
Specifies the number of bytes to reserve for the control block.
The EAX register contains the offset from the beginning of the virtual machine control block, to the protected-mode application control block.
EAX