include vmm.inc mov ebx, SysVM ; system VM handle mov eax, Sys_VM_Init |
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.
SysVM
Specifies a handle identifying the system virtual machine.
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.
Flags