aboutsummaryrefslogtreecommitdiff
path: root/01_dynamic_linking
diff options
context:
space:
mode:
authorjohannst <johannes.stoelp@gmail.com>2021-03-14 16:46:29 +0100
committerjohannst <johannes.stoelp@gmail.com>2021-03-14 16:46:29 +0100
commite2e53897fe0d9d701622bec857e356be11d9c4f2 (patch)
treebb56d3eac2e0d3f1f40f818d37628ecf48fb8274 /01_dynamic_linking
parentb7b26c95d89a9221941487ceea0c5389882c3619 (diff)
downloaddynld-e2e53897fe0d9d701622bec857e356be11d9c4f2.tar.gz
dynld-e2e53897fe0d9d701622bec857e356be11d9c4f2.zip
Update README 01/02 and align types in entry.c (02).
Diffstat (limited to '01_dynamic_linking')
-rw-r--r--01_dynamic_linking/README.md6
1 files changed, 3 insertions, 3 deletions
diff --git a/01_dynamic_linking/README.md b/01_dynamic_linking/README.md
index b80d055..67e29d6 100644
--- a/01_dynamic_linking/README.md
+++ b/01_dynamic_linking/README.md
@@ -26,9 +26,9 @@ control to the interpreter rather than the user program.
The interpreter will prepare the execution environment for the user program
and pass control to it afterwards.
Typical tasks of the interpreter are:
-- loading shared objects into memory
-- performing re-location
-- running initialization routines
+- Loading shared objects into memory (dependencies).
+- Performing re-location.
+- Running initialization routines.
```text
@vm @vm
| | | |