include vmm.inc mov ebx, VM ; new VM handle mov eax, Create_VM |
The Create_VM message notifies a virtual machine that the system is creating a new virtual machine. Virtual devices typically initialize data associated with the virtual machine, such as data in the control block for the virtual machine.
VM
Specifies a handle identifying the new virtual machine.
The carry flag is clear if the virtual device can support the new virtual machine. Otherwise, the carry flag is set to indicate an error and prevent the system from creating the virtual machine.
Flags