From e2e53897fe0d9d701622bec857e356be11d9c4f2 Mon Sep 17 00:00:00 2001 From: johannst Date: Sun, 14 Mar 2021 16:46:29 +0100 Subject: Update README 01/02 and align types in entry.c (02). --- 01_dynamic_linking/README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to '01_dynamic_linking/README.md') 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 | | | | -- cgit v1.2.3