Re: On loading userspace data into particular section of physical memory (ARM)

2012-12-08 Thread Joel A Fernandes
Hi Mulyadi, How are you doing? > PS: are you considering creating special data section? perhaps by > using custom ld script? Yes, that would be a possiblity. Regards, Joel ___ Kernelnewbies mailing list Kernelnewbies@kernelnewbies.org http://lists.ker

Re: On loading userspace data into particular section of physical memory (ARM)

2012-12-08 Thread Mulyadi Santosa
Hi Joel... On Wed, Dec 5, 2012 at 12:07 PM, Joel A Fernandes wrote: > I am looking at a problem that might be too difficult to solve, or > might not if I'm missing something so I thought I'd bounce it off this > group, > > Basically I have an application in userspace who's ".data" section > _has_

Re: On loading userspace data into particular section of physical memory (ARM)

2012-12-04 Thread Joel A Fernandes
On Tue, Dec 4, 2012 at 11:19 PM, Subramaniam Appadodharana wrote: > Hi, > > > On Tue, Dec 4, 2012 at 11:07 PM, Joel A Fernandes > wrote: >> >> I am looking at a problem that might be too difficult to solve, or >> might not if I'm missing something so I thought I'd bounce it off this >> group, >>

Re: On loading userspace data into particular section of physical memory (ARM)

2012-12-04 Thread Subramaniam Appadodharana
Hi, On Tue, Dec 4, 2012 at 11:07 PM, Joel A Fernandes wrote: > I am looking at a problem that might be too difficult to solve, or > might not if I'm missing something so I thought I'd bounce it off this > group, > > Basically I have an application in userspace who's ".data" section > _has_ to be

On loading userspace data into particular section of physical memory (ARM)

2012-12-04 Thread Joel A Fernandes
I am looking at a problem that might be too difficult to solve, or might not if I'm missing something so I thought I'd bounce it off this group, Basically I have an application in userspace who's ".data" section _has_ to be loaded into particular locations in physical memory. That is, there is a c