|
| |
ReservedHighArea=<paragraph-range>
Default: None
Purpose: Specifies a range of memory that Windows will not scan to
find unused address space. This has the side effect of
turning off the RAM and ROM search code for the range.
The range (two paragraph values separated by a hyphen) must
be between A000 and EFFF. This scanning can interfere
with some adapters that use the same memory area. The
starting value is rounded down and the ending value is
rounded up to a multiple of 4K. For example, you could set
ReservedHighArea=E100-E3FF to prevent Windows fromscanning
the first 12K of memory starting at E100. You can specify
more than one range by including more than one
ReservedHighArea line.
To Change: Use Notepad to edit the SYSTEM.INI file. |