if [ "$CONFIG_MEM_ENT" = "y" ]; then
define_int CONFIG_MAX_MEMSIZE 2048
fi
if [ "$CONFIG_MEM_STD" = "y" ]; then
define_int CONFIG_MAX_MEMSIZE 1024
fi
I changed the lines to
int ' Max physical memory in MB' CONFIG_MAX_MEMSIZE 2048
and
int ' Max physical memory in MB' CONFIG_MAX_MEMSIZE 1024
respectively.
I also found that when I tried my standard trick of bootstrapping from the
.config file for 2.0.37pre3, I wound up with CONFIG_MAX_MEMSIZE undefined.
I know, I'm probably not supposed to do this, but it saves time and
(more important) eliminates transcription errors.
-
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/