1
0
mirror of https://github.com/0xAX/linux-insides.git synced 2024-11-01 04:29:39 +00:00
Go to file
Nan Xiao 8b09db1f43 Update how_kernel_compiled.md
`KBUILD_MODULES` is used to decide whether build modules, while `KBUILD_BUILTIN` is for kernel.
2015-10-08 13:21:11 +08:00
Booting Merge pull request #212 from mudongliang/master 2015-09-27 11:58:48 +06:00
Concepts
DataStructures minor edits to DataStructures/radix-tree 2015-09-28 19:01:33 -06:00
Initialization
interrupts Minor typos + grammatical fixes 2015-09-02 12:57:20 +01:00
Misc Update how_kernel_compiled.md 2015-10-08 13:21:11 +08:00
mm
SysCall Added first part about timers 2015-09-27 20:12:06 +06:00
Theory
Timers Various typo fixes in timers-1 2015-09-28 01:30:19 +03:00
CONTRIBUTING.md
contributors.md Merge pull request #234 from noxiouz/timers-1-typo-fixes 2015-09-30 00:54:55 +06:00
cover.jpg
LINKS.md Update LINKS.md 2015-10-02 13:48:45 +06:00
README.md Chinese translation moves to another repo 2015-09-21 19:50:27 +08:00
SUMMARY.md Merge pull request #225 from aouelete/grammer-spelling-fixes 2015-09-28 23:12:13 +06:00

linux-insides

A series of posts about the linux kernel and its insides.

The goal is simple - to share my modest knowledge about the internals of the linux kernel and help people who are interested in linux kernel internals, 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

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