Sys_VM_Terminate

include vmm.inc

mov     ebx, SysVMHandle
mov     eax, Sys_VM_Terminate
VMMCall System_Control
 

Notifies the virtual device that the system virtual machine is terminating. The system sends this message only after all other virtual machines have terminated, and only when the system is terminating normally. The virtual device may modify all general registers and flags.

SysVMHandle
Handle of the system virtual machine.

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

See Also

Sys_VM_Terminate2, VM_Terminate