Hi Ivica, What is the effect of "failing"? I have tried busybox .14.x on an asus router (mips target) with linux 2.4 and it fails with "Segmentation Fault". I did not really track the issue down yet because of limited debugging capabilities on the target.
regards, Clemens On Sat, Oct 24, 2009 at 02:37:25AM -0400, Mike Frysinger wrote: > On Saturday 24 October 2009 01:57:55 Vladimir Dronnikov wrote: > > > Insmod fails on system with small amout of memory. I traced this problem > > > to a change where insmod used malloc instead of mmemap. I wonder if we > > > can add a option which will select either of the methods? > > > > The point of malloc() is to handle compressed modules. Do you use > > compressed (.ko.gz, .ko.bz2) modules? > > should be trivial to detect the compressed header and just use mmap() if it's > uncompressed > -mike > _______________________________________________ > busybox mailing list > [email protected] > http://lists.busybox.net/mailman/listinfo/busybox _______________________________________________ busybox mailing list [email protected] http://lists.busybox.net/mailman/listinfo/busybox
