Messages in this thread |  | | | Subject | Re: Problem with 1G RAM | | Date | Fri, 04 Dec 1998 10:43:03 +0000 | | From | David Woodhouse <> |
| |
tymm@coe.missouri.edu said: > include/asm/page.h isn't the most intuitive place to look :) )
Indeed. I knew it was somewhere, but couldn't find it. No wonder the author of the original question couldn't!
> ... Or > even have it as a configuration option (with appropriate warnings, of > course)
We did once, but it was taken out because so many people set it to 64Mb and wondered why it stopped working. However, if we do something like...
bool 'Support for over 1Gb of physical memory' CONFIG_BIGRAM if [ "$CONFIG_BIGRAM" != n ]; then int 'Maximum memory size (read Documentation/i386/bigram.txt)' CONFIG_MEMSIZE fi
then that's much less likely to happen.
---- ---- ---- David Woodhouse David.Woodhouse@mvhi.com Office: (+44) 1223 810302 Project Leader, Process Information Systems Mobile: (+44) 976 658355 Axiom (Cambridge) Ltd., Swaffham Bulbeck, Cambridge, CB5 0NA, UK. finger dwmw2@ferret.lmh.ox.ac.uk for PGP key.
- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.rutgers.edu Please read the FAQ at http://www.tux.org/lkml/
|  |