"mem=" is documented in the kernel documentation
(...linux/Documentation/i386/boot.txt):
mem=<size>
<size> is an integer in C notation optionally followed by K, M
or G (meaning << 10, << 20 or << 30). This specifies to the
kernel the memory size.
[snip]
HTH,
Ray
-- Does Kibo SEE the FNORDS?- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/