On Wed, Aug 26, 2009 at 02:52:39PM +0200, ext Matej Kenda wrote:
> 
> Does anyone have any hints how to solve this situation? Can I set up the
> target somehow to use the -B option by default?

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.

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

Reply via email to