Hello friends,

I would like to have suggestions for a fixed memory address into which
a large object can (usually) be mmap(MAP_FIXED)'d safely on various
architectures.

On i386 I'm using 0x60000000, which is (by and large) safely out of
the way of libraries (grow up from 0x40000000) and the stack (grows
down from 0xc0000000 or 0x80000000 depending on version and compile
options).

So, what are good values to use for other architectures?

Thanks,

        -hpa
-- 
<[EMAIL PROTECTED]> at work, <[EMAIL PROTECTED]> in private!
"Unix gives you enough rope to shoot yourself in the foot."
http://www.zytor.com/~hpa/puzzle.txt
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to [EMAIL PROTECTED]
Please read the FAQ at http://www.tux.org/lkml/

Reply via email to