Re: [leaf-devel] new module/init structure test first results

2015-12-15 Thread Andrew
Hi. Look on memory usage. Storage contains compressed code, linux image in RAM will be uncompressed after loading. I think that built-in modules will require much more RAM. 15.12.2015 17:38, Erich Titl пишет: > Hi Folks > > first results from my test with module handling > > I compiled kernels

Re: [leaf-devel] new module/init structure test first results

2015-12-15 Thread Andrew
This is for i486 target? USB is compiled in, or as module? Is USB present on target platform? USB is enough fat, and not all legacy platforms have USB. For geode, of course it have a big sense (there's a single CPU and single chipset). + I think thatsome platform-specific things like WDT

Re: [leaf-devel] new module/init structure test first results

2015-12-15 Thread Erich Titl
Am 15.12.2015 um 19:52 schrieb Andrew: > This is for i486 target? USB is compiled in, or as module? Is USB > present on target platform? USB is enough fat, and not all legacy > platforms have USB. Indeed, and that is why this is so overloaded. > > For geode, of course it have a big sense

Re: [leaf-devel] new module/init structure test first results

2015-12-15 Thread Erich Titl
Am 15.12.2015 um 17:07 schrieb Andrew: > Hi. > > Look on memory usage. Storage contains compressed code, linux image in > RAM will be uncompressed after loading. I think that built-in modules > will require much more RAM. Possibly, but we are loading the compressed modules plus installing some

[leaf-devel] new module/init structure test first results

2015-12-15 Thread Erich Titl
Hi Folks first results from my test with module handling I compiled kernels with all the modules from initmod compiled into the kernel for each of the three i386 architectures SALT# ls -l linux* initrd* -rwxr-xr-x1 root root 1313792 Dec 15 08:37 initrd.lrp -rwxr-xr-x1 root