include vmm.inc mov ebx, SysVM ; system VM handle mov eax, Sys_VM_Terminate |
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.
SysVM
Specifies a handle identifying the system virtual machine.
The carry flag must be clear.
The virtual device can use the Simulate_Int and Exec_Int services in the system virtual machine.
Flags