VxD_REAL_INIT_SEG

include vmm.inc

VxD_REAL_INIT_SEG


The VxD_REAL_INIT_SEG macro defines the start of a real-mode initialization segment. Virtual devices typically use this segment for code that initializes the corresponding device before Windows changes to protected-mode execution. The system discards the segment after the initialization is complete.

Parameters

This macro has no parameters.

Return Value

This macro has no return value.

Comments

This macro creates a 16-bit segment named _RCODE. The segment is assembled for the real-mode tiny model memory so segment registers CS, DS, ES, and SS are assumed to be equal.

See Also

VxD_ICODE_SEG, VxD_REAL_INIT_ENDS