Store Hours:
Mon-Fri 10am-6pm EST Saturday 10am-5pm EST Closed Sundays |
What does Extended memory mean
Extended memory refers to memory above the first megabyte of address space in an IBM PC with an 80286 or later processor. Extended memory is only available on PCs based on the Intel 80286 or higher processor, as only these chips can access more than 1MB of RAM. On a 286 or better PC equipped with more than 640KB of RAM, generally, the additional memory would be re-mapped above the 1MB boundary, making it available to programs running in Protected mode. Even without such remapping, machines with more than 1MB of RAM would have memory appearing above 1MB. Extended memory is not directly available in real mode, only through EMS, UMB, XMS, or HMA; only applications executing in protected mode can use extended memory directly. In this case, the extended memory is provided by a supervising protected-mode operating system such as Microsoft Windows. The processor makes this memory available through a global descriptor table and one or more local descriptor tables. The memory is "protected" in the sense that memory assigned a local descriptor cannot be accessed by another program without causing a hardware trap. This prevents programs running in protected mode from interfering with each other's memory. A protected-mode operating system such as Windows can also run real-mode programs and provide expanded memory to them. The DOS Protected Mode Interface is Microsoft's prescribed method for an MS-DOS program to access extended memory under a multitasking environment.
|