include vmm.inc
mov ebx, VMHandle
mov eax, VM_Critical_Init
VMMCall System_Control
Directs the virtual device to initialize itself for the new virtual machine. This message is sent with interrupts disabled, and the virtual device must not enable interrupts while processing the message. The virtual device may modify all general registers and flags.
The virtual device must not use the Simulate_Int or Exec_Int services in the specified virtual machine.
Create_VM, VM_Init