mirror of
https://github.com/0xAX/linux-insides.git
synced 2024-11-14 11:48:58 +00:00
cdbc603fbd
While reading about initcalls around the web and kernel source code I found that the information of what happens to __init functions not explicitly set to any initcall list pretty useful. With this patch such information is added. Signed-off-by: Bruno Meneguele <bmeneguele@gmail.com> |
||
---|---|---|
.. | ||
linux-cpu-1.md | ||
linux-cpu-2.md | ||
linux-cpu-3.md | ||
linux-cpu-4.md | ||
README.md |
Linux kernel concepts
This chapter describes various concepts which are used in the Linux kernel.