Subject: Re: Kernel Config Support for 64 MB of Ram on Jornada 728
To: Brett Lymn <blymn@baesystems.com.au>
From: Bryan Vyhmeister <bsd@hub3.net>
List: port-hpcarm
Date: 09/15/2003 18:17:57
> I would humbly suggest that you do something like
>
> #ifndef DRAM_PAGES
> #define DRAM_PAGES=8192
> #endif
> ..
> ..
> ..
>
> bootconfig.dram[0].pages = DRAM_PAGES;
>
>
>
> then in your config you can have
>
> options DRAM_PAGES=16384
>
> or whatever you care to have - that way you don't generate a maze of
> ifdef's when/if you get machines with other memory sizes (though this
> may not be possible, I don't know :)
That is a really good point. Thank you so much for the suggestion. I will try
that and see how it works.
Bryan