mirror of
https://github.com/0xAX/linux-insides.git
synced 2025-01-30 17:41:40 +00:00
A little bit about a linux kernel.
https://0xax.gitbooks.io/linux-insides/content/index.html
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. |
||
---|---|---|
Booting | ||
Concepts | ||
DataStructures | ||
Initialization | ||
interrupts | ||
Misc | ||
mm | ||
SyncPrim | ||
SysCall | ||
Theory | ||
Timers | ||
CONTRIBUTING.md | ||
contributors.md | ||
cover.jpg | ||
LINKS.md | ||
README.md | ||
SUMMARY.md |
linux-insides
A book-in-progress about the linux kernel and its insides.
The goal is simple - to share my modest knowledge about the insides of the linux kernel and help people who are interested in linux kernel insides, and other low-level subject matter.
Questions/Suggestions: Feel free about any questions or suggestions by pinging me at twitter @0xAX, adding an issue or just drop me an email.
Support
Support If you like linux-insides
you can support me with:
On other languages
LICENSE
Licensed BY-NC-SA Creative Commons.
Contributions
Feel free to create issues or pull-requests if you have any problems.
Please read CONTRIBUTING.md before pushing any changes.