1
0
mirror of https://github.com/0xAX/linux-insides.git synced 2025-01-03 04:10:56 +00:00

Update initcall.md

This commit is contained in:
0xAX 2016-04-03 20:27:47 +06:00
parent 5306bca105
commit 29ad8faec6

View File

@ -4,7 +4,7 @@ The initcall mechanism
Introduction 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 ```C
early_param("debug", debug_kernel); early_param("debug", debug_kernel);