Sys_VM_Init

include vmm.inc

mov     ebx, SysVMHandle
mov     eax, Sys_VM_Init
VMMCall System_Control
 

Directs the virtual device to initialize the state of the software in the system virtual machine. For example, the virtual display device issues an Interrupt 10h function to set the initial display mode. The virtual device may modify all general registers and flags.

SysVMHandle
Handle of the system virtual machine.

This message is the System VM version of the VM_Init message. It is sent after the instance snapshot has been completed and initialization code and data have been discarded.

See Also

VM_Init