Optlink is on github

Daniel Murphy yebbliesnospam at gmail.com
Sun Mar 23 09:10:46 PDT 2014


"Asman01"  wrote in message news:ucqujzetvkkxzelvjleq at forum.dlang.org...

> Very noob question about binary files. What else also put the code to load 
> at right address (say, 0x08048000 on linux) of operating system is needed 
> to a program run?

Not really sure what you're asking, but the executable file usually contains 
an address for each section (code, data, bss, etc) and the runtime loader 
will choose to load it there or somewhere else (eg aslr/shared libraries) 
and map the data into virtual memory. 



More information about the Digitalmars-d mailing list