Page 1 of 1

specify thread address?

Posted: Sun Apr 05, 2009 4:29 am
by NoobWithBoobs
should be a fairly simple task,im just not sure on the syntax for it.In an example:

main()
{
setupmodules();

loadfiles();

playmovie();

return 0;
}

Just wanted to specify the address of the elfstart to one address (which ive accomplished thru the makefile) ,
and specify the playmovie(); thread to a different address,how would i do that?