aboutsummaryrefslogtreecommitdiff
path: root/02_process_init/entry.c
Commit message (Collapse)AuthorAgeFilesLines
* Split common headers in header/src files.johannst2021-03-201-1/+0
|
* Update README 01/02 and align types in entry.c (02).johannst2021-03-141-8/+10
|
* rename fmt & print functionsjohannst2020-11-291-18/+18
|
* factorize printf into io.hjohannst2020-11-241-15/+3
|
* add process init chapterjohannst2020-11-241-0/+75
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.