aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--README.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/README.md b/README.md
index 372cd06..e32751e 100644
--- a/README.md
+++ b/README.md
@@ -5,12 +5,14 @@ linking` on Linux(x86_64). It is mainly used for personal studies, but may be
useful to some random internet user.
All studies and discussions assume the following environment:
+
- Arch: `x86_64`
- OS: `Linux Kernel`
- System ABI: `SystemV x86_64 ABI`
- BinFMT: `ELF`
The studies are structured as follows:
+
1. [Ch 01 dynamic linking](./01_dynamic_linking):
Brief introduction to dynamic linking.
1. [Ch 02 process initialization](./02_process_init):