include vmm.inc
mov ebx, VMHandle
mov eax, Begin_Message_Mode
VMMCall System_Control
Notifies the virtual display, keyboard, and mouse devices to prepare to display messages and read input from the keyboard. The system sends this message to all virtual devices in order to prepare the system for a full-screen error message (informally known as a 'blue-screen message' because of the color traditionally used for such messages). The virtual device may modify all general registers and flags.
This message is usually processed only by the virtual keyboard, mouse, and display devices.
End_Message_Mode