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.
The virtual device can use the Simulate_Int and Exec_Int services in the system virtual machine.
Sys_VM_Terminate2, VM_Terminate