include vmm.inc
mov ebx, VMHandle
mov edx, Flags
mov edi, OFFSET32 acb
mov eax, Begin_PM_App
VMMCall System_Control
Notifies the virtual device that the system is starting a protected-mode application. The virtual device may modify all general registers and flags.
Value | Meaning |
---|---|
BPA_32_Bit | Application has 32-bit segments. If this value is not given, the application has 16-bit segments. |
All other values are reserved.
Protected-mode applications may nest. Virtual devices are notified for each application, and each application has its own application control block.
End_PM_App, pmcb_s