Exophase
Nothing good will ever come of Exophase.
darkblu said:a reckless hack that might work is to hex-edit the elf header, fixing the respective section's memsz field (i.e. the one specifying 170MB) to something allocatable - say, 50-80MB. if the app actually uses that bss area for its internal allocations, as i suspect, one could hope that high addresses in that area will be accessed sufficiently later in the app lifespan, so we could get some "free ride" till then. either that or the app will quickly crash with a SIGSEGV as some unsuspecting access runs out of bss and right into unallocated heap space ; ) but at least the app will have progressed past the elf loader stage *grin* Dude, edit the source code, not the friggin object code. You have the symbol name, how hard can it be to go find where it's declared?'ledow' said:Or, seeing as it's Linux-based, wouldn't a 128Mb swapfile on an SD or something tell you if it's able to run in 128 real + 128 virtual RAM? It'd be dog-slow, but it'd only be a test to see if the optimisation is necessary at all.
Last edited by a moderator: