Last active
June 25, 2018 10:48
-
-
Save sabahtalateh/b5347e02a61aff6dbcc8e4e51c2e2b8a to your computer and use it in GitHub Desktop.
Useful information
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Articles: | |
low level: | |
hardware: | |
a https://habr.com/post/80962/ | |
memory managment: | |
linux core and memory: | |
a https://habr.com/company/yandex/blog/250753/ | |
v https://www.youtube.com/watch?v=bhdkFPGhxfI | |
a https://www.insight-it.ru/linux/2015/chto-stoit-znat-o-pamiati-v-linux/ | |
compiling and Linking: | |
how to use linker: | |
a https://habr.com/post/150327/ | |
compilation stages with gcc: | |
+ http://pyviy.blogspot.com/2010/12/gcc.html | |
dynamic linking: | |
+ https://www.ibm.com/developerworks/ru/library/l-dynamic-libraries/index.html | |
load-time relocation: | |
+ https://eli.thegreenplace.net/2011/08/25/load-time-relocation-of-shared-libraries/ | |
position independatn code (PIC): | |
+ https://habr.com/company/badoo/blog/323904/ | |
Assembly prolog |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment