1
0
mirror of https://github.com/0xAX/linux-insides.git synced 2024-12-22 06:38:07 +00:00
linux-insides/Theory
Matthew Fernandez 5954812ed2 Fix some mixed types in asm.md.
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.
2016-05-02 18:39:49 +10:00
..
asm.md Fix some mixed types in asm.md. 2016-05-02 18:39:49 +10:00
ELF.md Inserting $ at beginning of command. 2015-08-28 13:15:10 +02:00
Paging.md Fix Paging part 2016-01-10 20:44:51 +08:00
README.md Update README.md 2016-05-01 21:23:48 +06:00

Theory

This chapter describes various theoretical concepts and concepts which are not directly related to practice but useful to know.