VM_Init


include vmm.inc

mov     ebx, VMHandle
mov     eax, VM_Init
VMMcall System_Control

Directs the virtual device to initialize the state of the software in the new virtual machine. For example, the virtual display device issues Interrupt 10h to set the initial display mode. The system enables interrupts before sending this message. The virtual device may modify all general registers and flags.

VMHandle

Handle of the virtual machine to create.

The virtual device can use the Simulate_Int and Exec_Int services in the specified virtual machine.

See also Create_VM, VM_Critical_Init