On 05/13/2010 12:26 PM, Martin Jansa wrote: > BTW: I noticed that qemu-arm works ok when mmap_min_addr is low enough > (and doesn't have to be zero). > > my box had mmap_min_addr 4096 and qemu-arm worked fine even without > reading it
Paul Brook's c581deda322080e8beb88b2e468d4af54454e4b3 had the side effect of working around mmap_min_addr without having to read it. Of course, if we *can* read mmap_min_addr, his patch will do less work. r~