aboutsummaryrefslogtreecommitdiff
path: root/02_process_init
Commit message (Collapse)AuthorAgeFilesLines
* Update README 01/02 and align types in entry.c (02).johannst2021-03-143-53/+67
|
* rename fmt & print functionsjohannst2020-11-292-36/+36
|
* ch02 adding goalsjohannst2020-11-251-3/+10
|
* factorize printf into io.hjohannst2020-11-242-20/+6
|
* add process init chapterjohannst2020-11-244-0/+414
Add chapter on process initialization. Add program to visualize data provided by the Linux Kernel as specified in the SysV ABI. Add utils for syscalls and printing + tests.