Subject: Re: Increasing memory size, HELP!!
To: None <tom@fundy.ca>
From: Perry E. Metzger <perry@piermont.com>
List: port-i386
Date: 06/18/1997 16:16:12
"Tomas T. Peiser, CET" writes:
> I have just installed 128M into a P200 Pro but when I built a new 
> kernel to recognize the expansion using:
> 
> options BIOSEXTMEM = 131072
> 
> three of the four Quantums on the Adaptec card wouldn't respond 
> properly. 
> 
> Any help would be appreciated.

You forgot that you have 1M of non-extended memory, and 127M of
extended.

you want options BIOSEXTMEM = 130048

Perry