--- Clint Thomas <[EMAIL PROTECTED]> wrote: > To anybody who has done this before or understands how to do > this, I was > wondering if you know how to "tell" the kernel how much memory > there is > in the system. An example would be if I have 512MB of RAM, but > only want > the system to know that there is about 500MB in RAM, so that > 12MB does > not exist to the OS/kernel. Would this require mucking about > in U-boot? > or can I just define this in the kernel source? Thanks > > Clinton Thomas On the kernel command line passed by u-boot: mem=500M
__________________________________________________ Do You Yahoo!? Tired of spam? Yahoo! Mail has the best spam protection around http://mail.yahoo.com _______________________________________________ Linuxppc-embedded mailing list [email protected] https://ozlabs.org/mailman/listinfo/linuxppc-embedded
