◄Up► ◄Next► ◄Previous► ──────────────────────────────────────────────────────────────────────────── include vmm.inc mov ebx, SysVM ; system VM handle mov eax, Sys_VM_Terminate VMMcall System_Control The Sys_VM_Terminate message 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. Parameter Description ──────────────────────────────────────────────────────────────────────────── SysVM Specifies a handle identifying the system virtual machine. Return Value The carry flag must be clear. Comments The virtual device can use the Simulate_Int and Exec_Int services in the system virtual machine. Uses Flags See Also VM_Terminate ♦