File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 589589example.
590590\item \funnm {exec} does not transfer the control to the program in memory
591591directly. As described on page \pageref {RUNTIMELINKER }, the system (i.e. the
592- code of the \funnm {exec} call) first maps the dynamic linker, aka loader, to the
593- process address space. The loader then maps all dynamic libraries there as
594- well, then finally calls the program \texttt {main() }.
592+ code of the \funnm {exec} call) first maps the dynamic linker, a.k.a. the loader,
593+ to the process address space. The loader then maps all dynamic libraries there
594+ as well, then finally calls the program \texttt {main() }.
595595\item A useful exercise is to write a simple program calling \texttt {open() },
596596for example. When done, run the program via \texttt {truss(1) } or
597597\texttt {strace(1) } like this: \texttt {truss ./a.out }. You will see what is being
You can’t perform that action at this time.
0 commit comments