VM_Critical_Init


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.

VMHandle

Handle of the virtual machine to create.

The virtual device must not use the Simulate_Int or Exec_Int services in the specified virtual machine.

See also Create_VM, VM_Init