aboutsummaryrefslogtreecommitdiff
path: root/02_process_init/Makefile
Commit message (Collapse)AuthorAgeFilesLines
* disable stack protector for simplicity of these linker studiesJohannes Stoelp2023-01-061-6/+7
|
* Split common headers in header/src files.johannst2021-03-201-7/+10
|
* Update README 01/02 and align types in entry.c (02).johannst2021-03-141-6/+6
|
* factorize printf into io.hjohannst2020-11-241-5/+3
|
* add process init chapterjohannst2020-11-241-0/+18
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.