Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | disable stack protector for simplicity of these linker studies | Johannes Stoelp | 2023-01-06 | 1 | -6/+7 |
| | |||||
* | Split common headers in header/src files. | johannst | 2021-03-20 | 1 | -7/+10 |
| | |||||
* | Update README 01/02 and align types in entry.c (02). | johannst | 2021-03-14 | 1 | -6/+6 |
| | |||||
* | factorize printf into io.h | johannst | 2020-11-24 | 1 | -5/+3 |
| | |||||
* | add process init chapter | johannst | 2020-11-24 | 1 | -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. |