include vmm.inc
InstDataStruc struc
InstLinkF dd ? ; reserved; do not use
InstLinkB dd ? ; reserved; do not use
InstLinAddr dd ? ; linear address of start of block
InstSize dd ? ; size of block in bytes
InstType dd ? ; type of the block
InstDataStruc ends
The InstDataStruc structure contains information about an instance data block.
Value | Meaning |
---|---|
ALWAYS_FIELD | Indicates that the field must always be switched when a virtual machine is switched. All instance data specified by devices should be of this type. |
INDOS_FIELD | Reserved for special types of MS-DOS internal data which only need to be switched with the virtual machine if the virtual machine is currently InDOS. |
OPTIONAL_FIELD | Indicates optional instance data. |
_AddInstanceItem