mirror of
https://github.com/0xAX/linux-insides.git
synced 2025-01-02 20:00:56 +00:00
Update initcall.md
This commit is contained in:
parent
5306bca105
commit
29ad8faec6
@ -4,7 +4,7 @@ The initcall mechanism
|
||||
Introduction
|
||||
--------------------------------------------------------------------------------
|
||||
|
||||
As you may understand, this part will cover interesting and important mechanism in the Linux kernel which is called - `initcall`. We already saw definitions like these:
|
||||
As you may understand from the part's title, this part will cover interesting and important concpet in the Linux kernel which is called - `initcall`. We already saw definitions like these:
|
||||
|
||||
```C
|
||||
early_param("debug", debug_kernel);
|
||||
|
Loading…
Reference in New Issue
Block a user