UNIX
TechJedi > UNIX
Starting a Process from ELF executable file
27
May
We all know that the standard file for representing executable, shared library and object file is ELF in UNIX based systems. In this post we will not talk about ELF file formats or any details of how to load it in to memory, but about the steps kernel does after loading ELF into memory and [...]