1
0
mirror of https://github.com/0xAX/linux-insides.git synced 2024-11-14 11:48:58 +00:00
linux-insides/Concepts
Bruno Meneguele cdbc603fbd concepts/initcalls: add module_init macro information
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>
2020-02-21 17:03:12 -03:00
..
linux-cpu-1.md s/http/https for linux-insides 2018-03-24 01:06:57 +06:00
linux-cpu-2.md s/http/https for linux-insides 2018-03-24 01:06:57 +06:00
linux-cpu-3.md concepts/initcalls: add module_init macro information 2020-02-21 17:03:12 -03:00
linux-cpu-4.md Corrected escaping on two URLs 2019-09-26 00:44:00 +02:00
README.md fix links in Concepts/README.md 2018-03-03 00:09:32 +06:00

Linux kernel concepts

This chapter describes various concepts which are used in the Linux kernel.