Re: [patch] 2.1.89, 2GB physical memory, CONFIG_MAX_MEMSIZE

Regis Duchesne (regis@via.ecp.fr)
Mon, 9 Mar 1998 12:00:08 +0100 (CET)


> +if [ "$CONFIG_MORE_MEM" = "y" ]; then
> +hex ' Max physical memory' CONFIG_MAX_MEMSIZE 0x40000000
> +else
> +CONFIG_MAX_MEMSIZE=0x40000000
> +fi
> endmenu
Please use

define_hex CONFIG_MAX_MEMSIZE 0x40000000

in the 'else' statement instead or you will break configuration tools like
oldconfig, config, menuconfig and xconfig

Regis "HPReg" Duchesne - Engineering Student at ***** ******** *****
www http://www.via.ecp.fr/~regis/
(O o) I use Linux & 3Com (1135 KB/s over 10Mb/s ethernet)
--.oOO--(_)--OOo.-----------------------------------------------------------

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.rutgers.edu