|
| |
UseableHighArea=<paragraph-range>
Default: None
Purpose: Specifies a range of memory that Windows will treat as
unused address space regardless of what may be there.
UseableHighArea takes precedence over ReservedHighArea
if you specify ranges that overlap. The range (two values
separated by a hyphen) must be between A000 and EFFF.
The starting value is rounded down and the ending value
is rounded up to a multiple of 4K. For example, you could
set UseableHighArea=E100-E3FF to ensure that Windows can
use the first 12K of memory starting at E100. You may
specify more than one range by including more than one
UseableHighArea line.
To Change: Use Notepad to edit the SYSTEM.INI file. |