1
0
mirror of https://github.com/0xAX/linux-insides.git synced 2025-05-02 12:49:01 +00:00
linux-insides/Concepts
Bruno Meneguele cbc004adde concepts/initcalls: rewording and typo corrections
This patch handle different typos present in the initcall section of the book.
It also reword some paragraphs in order to get it clearer to the reader.
Some example codes were also added in order to help the reader to understand
smaller concepts, like the way initcalls callbacks are named in the object
file.

Signed-off-by: Bruno Meneguele <bmeneguele@gmail.com>
2020-02-21 16:12:43 -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: rewording and typo corrections 2020-02-21 16:12:43 -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.