MemoryConfiguration

A member of the IO_ConfigurationStructure.

Syntax

  struct MemoryConfiguration 
  { 
      LONG   MemoryAddress; 
      WORD   MemoryRangeParagraphs; 
  };
  

Fields

MemoryAddress
Physical address of the memory specified by the operating system.
MemoryRangeParagraphs
The starting point and the allocation of memory based on the number of paragraphs (16 bytes each) that are used.