diff options
author | Johannes Stoelp <johannes.stoelp@gmail.com> | 2023-01-06 22:46:09 +0100 |
---|---|---|
committer | Johannes Stoelp <johannes.stoelp@gmail.com> | 2023-01-06 22:46:09 +0100 |
commit | b70697488d0cd858569a5d7d977a89b8637d1020 (patch) | |
tree | 4c7a6e6aef2a44ed6b7dc07059284e79c41cc728 /README.md | |
parent | 6be0d03ae89ffef23a0da0d759fbe36e90ae220a (diff) | |
download | dynld-b70697488d0cd858569a5d7d977a89b8637d1020.tar.gz dynld-b70697488d0cd858569a5d7d977a89b8637d1020.zip |
update readme to render more "nicely" in cgit
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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): |