On 26 Jun 2002, Eric W. Biederman wrote: > I don't see a reason to go 64bit, or to have multiple types. > I'm trying to figure out what the best way to allocate it is. Either > to statically allocate the array in hardwaremain.c (with the size set in > the config file) or to actually pass it back from the sizeram function. > > Probably the latter, probably already have to many config options.
definitely the latter. Besides, we kind of have an malloc() :) ron
