[okl4-developer] Question about memsection_create_fixed, iguana server library
Anand Gore
agore at nvtl.com
Fri Apr 11 14:49:34 EST 2008
Hi,
I wanted to dynamically load a binary to a specific location e.g.
0x2000000 in my task/thread. Here is the code I have -
mnsigned int base_address=0x200000;
mm_s memsection_create_fixed(section_size, base_address); if(mm_s != 0)
{
memcpy(base_address, binary_buffer, sizeof(binary_buffer));
func=(func_t)base_address;
func();
}
The binary is built and linked to a fixed address 0x2000000, such that
there will be an initialization function at 0x2000000.
But I read in the document that the memsection_create_fixed is going to
go away sometime down the line.
I am wondering if there is going to be a replacement function for that
or there is a better way to do this.
Thank you.
Anand
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.okl4.org/pipermail/developer/attachments/20080410/b4e7405d/attachment.htm
More information about the Developer
mailing list