Virtual Devices (3.1) (vdag31qh.hlp) (Table of Contents; Topic list)
VxD_REAL_INIT_SEG
                                                     Up Next Previous
────────────────────────────────────────────────────────────────────────────
 
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.
 
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