Sys_VM_Terminate2


include vmm.inc

mov     ebx, SysVMHandle
mov     eax, Sys_VM_Terminate2
VMMcall System_Control

Similar to Sys_VM_Terminate, except that Sys_VM_Terminate2 is sent only to virtual devices marked version 4.0 and it is sent in reverse device initialization order. Sys_VM_Terminate2 is sent immediately after Sys_VM_Terminate.

See also Sys_VM_Terminate, VM_Terminate