explain-dot-md.md
... ...
@@ -21,5 +21,8 @@
21 21
* [ELF stuff](https://www.cs.stevens.edu/~jschauma/631A/elf.html) (more than what's in the official docs)
22 22
* [Glibc ld.so internals](http://s.eresi-project.org/inc/articles/elf-rtld.txt)
23 23
* [GNU hash sections, in-depth](https://web.archive.org/web/20111022202443/http://blogs.oracle.com/ali/entry/gnu_hash_elf_sections)
24
+* [ILT's series of articles on all things linking](https://www.airs.com/blog/archives/38)
25
+* ["How we get to `main()`" (video)](https://www.youtube.com/watch?v=dOfucXtyEsU)
26
+* ["Everything you always wanted to know about Hello World" (video)](https://archive.fosdem.org/2017/schedule/event/hello_world/)
24 27
* [link-time GNU hash stuff (src)](https://sourceware.org/git/?p=binutils.git;a=blob_plain;f=bfd/elf.c)
25 28
* [runtime GNU hash stuff (src)](https://sourceware.org/git/?p=glibc.git;a=blob_plain;f=elf/dl-lookup.c)
... ...
\ No newline at end of file