Sys_VM_Init

include vmm.inc

mov ebx, SysVM ; system VM handle

mov eax, Sys_VM_Init

VMMcall System_Control


The Sys_VM_Init message 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.

Parameters

SysVM

Specifies a handle identifying the system virtual machine.

Return Value

The carry flag is clear if the virtual device initializes the system virtual machine successfully. Otherwise, the carry flag is set to direct Windows to exit immediately.

Uses

Flags

See Also

VM_Init