include vmm.inc
mov ebx, SysVMHandle
mov esi, OFFSET32 CommandTail
mov eax, Init_Complete
VMMCall System_Control
Notifies the virtual device that the system and virtual devices have initialized successfully. Virtual devices that use V86 memory typically search for available pages, in the range 0xA0h through 100h, when processing this message. The virtual device may modify all general registers and flags.
The system sends this message just before it releases its INIT pages and takes the instance snapshot.
Virtual devices can use the Simulate_Int and Exec_Int services to execute code in the system virtual machine.
Device_Init