Re: Problem with 1G RAM

Neil Conway (nconway.list@ukaea.org.uk)
Mon, 7 Dec 1998 10:03:32 +0000


Perry Harrington wrote:
>
> Perusing setup.c in the i386 directory yields:
>
> #define MAXMEM ((unsigned long)(-PAGE_OFFSET-VMALLOC_RESERVE))
>
> if (memory_end > MAXMEM)
> memory_end = MAXMEM;
>
> If this doesn't truncate the mem=XXXM command supplied maximum, then I'm
> at a loss.

Ah, it wasn't there in the kernels I was looking at... Must be new.
(Of course, this means the people who've had trouble haven't got the
newest kernels yet ;-))

Neil

-
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/