> 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? -- Vladimir _______________________________________________ busybox mailing list [email protected] http://lists.busybox.net/mailman/listinfo/busybox
