mirror of
https://github.com/0xAX/linux-insides.git
synced 2024-12-22 06:38:07 +00:00
5954812ed2
This commit fixes some instances where return types did not match the type of the variable being returned or printf format strings did not match the types of arguments. |
||
---|---|---|
.. | ||
asm.md | ||
ELF.md | ||
Paging.md | ||
README.md |
Theory
This chapter describes various theoretical concepts and concepts which are not directly related to practice but useful to know.