language-icon Old Web
English
Sign In

Extended memory

In DOS memory management, extended memory refers to memory above the first megabyte (220 bytes) of address space in an IBM PC or compatible with an 80286 or later processor. The term is mainly used under the DOS and Windows operating systems. DOS programs, running in real mode or virtual x86 mode, cannot directly access this memory, but are able to do so through an application programming interface called the eXtended Memory Specification (XMS). This API is implemented by a driver (such as HIMEM.SYS) or the operating system, which takes care of memory management and copying memory between conventional and extended memory, by temporarily switching the processor into protected mode. In this context the term 'extended memory' may refer to either the whole of the extended memory or only the portion available through this API. Extended memory can also be accessed directly by DOS programs running in protected mode using VCPI or DPMI, two (different and incompatible) methods of using protected mode under DOS. Extended memory should not be confused with expanded memory, an earlier method for expanding the IBM PC's memory capacity beyond 640 kB (655,360 bytes) using an expansion card with bank switched memory modules mapped to the upper memory area (UMA; also referred to as upper memory blocks or UMBs) in conventional memory. Because of the available support for expanded memory in popular applications, device drivers were developed that emulated expanded memory using extended memory. Later an additional method was developed allowing direct access to a small portion of extended memory from real mode; this memory area is referred to as the high memory area (HMA). On x86-based PCs, extended memory is only available with an Intel 80286 processor or higher. Only these chips can address more than 1 megabyte of RAM. The earlier 8086/8088 processors can make use of more than 1 MB of RAM, if one employs special hardware to make selectable parts of it appear at addresses below 1 MB.

[ "Computer memory", "Registered memory", "Memory management", "Memory map", "Base and bounds", "Unreachable memory", "Memory barrier", "Static memory allocation", "Memory rank" ]
Parent Topic
Child Topic
    No Parent Topic