System_Exit2


include vmm.inc

mov     ebx, SysVMHandle
mov     eax, System_Exit2
VMMcall System_Control

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

See also Sys_Critical_Exit, System_Exit