Email or username:

Password:

Forgot your password?
Minoru

If you believe that main() is the first bit of code that gets to run, and ever wondered how globals are initialized then, this article is just for you: dbp-consulting.com/tutorials/d

Now I need to find something about dynamic linkers and what happens between mmapping an ELF into memory and calling _start. Any pointers?

#programming #linux

3 comments
AllLogarithms

@minoru: I know it's not _exactly_ the same topic, but have you seen Lexi Mattick's breakdown of "launching a new process on Linux-based systems?" It's at cpu.land/ and it's very impressive.

Go Up