1
0
mirror of https://github.com/0xAX/linux-insides.git synced 2025-03-04 16:56:09 +00:00
Go to file
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
Booting Merge pull request #378 from Alcaro/boot-fixes 2016-04-27 10:39:03 +03:00
Concepts
DataStructures Update radix-tree.md 2016-04-23 23:08:33 +06:00
Initialization Update linux-initialization-1.md 2016-04-14 14:58:06 +01:00
interrupts
Misc
mm fix errors in mm/linux-mm-2.md 2016-01-21 16:25:05 +08:00
SyncPrim Update README.md 2016-04-24 20:11:58 +06:00
SysCall
Theory Fix some mixed types in asm.md. 2016-05-02 18:39:49 +10:00
Timers
CONTRIBUTING.md
contributors.md Fix some mixed types in asm.md. 2016-05-02 18:39:49 +10:00
cover.jpg
LINKS.md
README.md Update README.md 2016-04-19 14:03:12 +06:00
SUMMARY.md Update SUMMARY.md 2016-05-01 21:23:29 +06:00

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