qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [PATCH] Add minimal Hexagon target - First in a series of patches -


From: Richard Henderson
Subject: Re: [PATCH] Add minimal Hexagon target - First in a series of patches - linux-user changes + linux-user/hexagon + skeleton of target/hexagon - Files in target/hexagon/imported are from another project and therefore do not conform to qemu coding standards
Date: Thu, 21 Nov 2019 10:00:44 +0100
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:60.0) Gecko/20100101 Thunderbird/60.9.0

On 11/20/19 4:17 PM, Taylor Simpson wrote:
> Are you saying there's a way to tell qemu to put the stack at a certain 
> location?  Or are you suggesting we do something on the hardware side?

There's obviously nothing to be done on the hardware side.  Presumably this is
all about the kernel, running on the hardware, and the default memory map that
it creates for the application.

There's certainly a way to influence where the stack gets put, via
ELF_START_MMAP.  We could even add another define to force the stack to a given
location if required.  I don't know enough about the kernel's default memory
map, and what's different here, to answer that question.


r~



reply via email to

[Prev in Thread] Current Thread [Next in Thread]