On Thu, 2009-08-27 at 07:33 +0300, Mika Westerberg wrote:
> QEMU should adjust GUEST_BASE according the value that is in
> /proc/sys/vm/mmap_min_addr so you can force it to offset the
> guest address to first MB by doing:
> 
> # echo 1048576 > /proc/sys/vm/mmap_min_addr
> 
> this should be the same as setting -B manually to 0x100000.

Thanks.

I removed the setting from sysctl.conf and scratchbox works properly.
The default value is set to 65536.

$ sysctl -a | grep mmap_min_addr

vm.mmap_min_addr = 65536

Regards,

Matej


_______________________________________________
Scratchbox-users mailing list
Scratchbox-users@lists.scratchbox.org
http://lists.scratchbox.org/cgi-bin/mailman/listinfo/scratchbox-users

Reply via email to