You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
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.
8 years ago
Booting Merge pull request #378 from Alcaro/boot-fixes 8 years ago
Concepts Concpets: initcall: Fixed typos and other errors. 8 years ago
DataStructures Update radix-tree.md 8 years ago
Initialization Update linux-initialization-1.md 8 years ago
Misc fix typos: misc and syscall chapters 8 years ago
SyncPrim Update README.md 8 years ago
SysCall Fixing links in System Calls chapter to point to the right sub-pages 8 years ago
Theory Fix some mixed types in asm.md. 8 years ago
Timers minor clarifications & grammar fixes 8 years ago
interrupts fix typos: 'interrupts' chapter 8 years ago
mm fix errors in mm/linux-mm-2.md 9 years ago
CONTRIBUTING.md Improved CONTRIBUTING.md 8 years ago
LINKS.md Update LINKS.md 9 years ago
README.md Update README.md 8 years ago
SUMMARY.md Update SUMMARY.md 8 years ago
contributors.md Fix some mixed types in asm.md. 8 years ago
cover.jpg added cover.jpg 9 years ago

README.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:

Flattr linux-insides Support at gratipay Support with bitcoin Support via gitbook Join the chat at https://gitter.im/0xAX/linux-insides

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.

image

Author

@0xAX