Memory Management: 2.1 The Structure of Memory: Expanded/Extended Memory

Up: GEOS SDK TechDocs | Up | Prev: 2 The Structure of Memory | Next: 2.2 Main Memory

While GEOS is designed to run on a standard system, it makes efficient use of expanded and extended memory, if it is available. GEOS treats extended memory as a fast and convenient RAM disk, swapping blocks into the extended memory rather than out to a slower disk drive. This incurs none of the usual overhead of a RAM disk such as a directory because it is treated as normal memory. Expanded memory is used in a similar manner.


Up: GEOS SDK TechDocs | Up | Prev: 2 The Structure of Memory | Next: 2.2 Main Memory