On Mon, 14 Dec 2009, Gabriel Michael Black wrote: > If anyone has a representative MIPS linux system, you can run a simple > program (preferably with address space randomization turned off) under > strace to see where mmap starts. It's best to be realistic, but there > isn't one correct answer for this. One thing we should be sure to get > right is that mmap grows in the right direction relative to where we > have it start so we avoid the problems we ran into with that in the > other ISAs.
I have a mips r12k (big endian) system running Linux 2.6.26.8 mmap grows up, starting around 0x2aab8000 I have a WRT54GL router running Linux 2.4.30 with a Mips chip (little endian) that also seems to grow up, starting around 0x2aa00000 but it's hard to tell (no strace available, looking at /proc/self/maps ) Vince _______________________________________________ m5-dev mailing list [email protected] http://m5sim.org/mailman/listinfo/m5-dev
