aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohannes Stoelp <johannes.stoelp@gmail.com>2023-01-06 22:46:09 +0100
committerJohannes Stoelp <johannes.stoelp@gmail.com>2023-01-06 22:46:09 +0100
commitb70697488d0cd858569a5d7d977a89b8637d1020 (patch)
tree4c7a6e6aef2a44ed6b7dc07059284e79c41cc728
parent6be0d03ae89ffef23a0da0d759fbe36e90ae220a (diff)
downloaddynld-b70697488d0cd858569a5d7d977a89b8637d1020.tar.gz
dynld-b70697488d0cd858569a5d7d977a89b8637d1020.zip
update readme to render more "nicely" in cgit
-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):