mirror of
https://github.com/0xAX/linux-insides.git
synced 2025-02-22 20:12:16 +00:00
Merge pull request #109 from adamdecaf/patch-1
Fixing links in init readme.
This commit is contained in:
commit
7e20ba4597
@ -11,6 +11,6 @@ You will find here a couple of posts which describe the full cycle of kernel ini
|
||||
* [Continue of architecture-specific initializations](https://github.com/0xAX/linux-insides/blob/master/Initialization/linux-initialization-5.md) - describes architecture-specific initialization.
|
||||
* [Architecture-specific initializations, again...](https://github.com/0xAX/linux-insides/blob/master/Initialization/linux-initialization-6.md) - describes continue of the architecture-specific initialization process.
|
||||
* [The End of the architecture-specific initializations, almost...](https://github.com/0xAX/linux-insides/blob/master/Initialization/linux-initialization-7.md) - describes the end of the `setup_arch` related stuff.
|
||||
* [Scheduler initialization](Initialization/linux-initialization-8.md) - describes preparation before scheduler initialization and initialization of it.
|
||||
* [RCU initialization](Initialization/linux-initialization-8.md) - describes the initialization of the [RCU](http://en.wikipedia.org/wiki/Read-copy-update).
|
||||
* [End of the initialization](Initialization/linux-initialization-10.md) - the last part about linux kernel initialization.
|
||||
* [Scheduler initialization](https://github.com/0xAX/linux-insides/blob/master/Initialization/linux-initialization-8.md) - describes preparation before scheduler initialization and initialization of it.
|
||||
* [RCU initialization](https://github.com/0xAX/linux-insides/blob/master/Initialization/linux-initialization-9.md) - describes the initialization of the [RCU](http://en.wikipedia.org/wiki/Read-copy-update).
|
||||
* [End of the initialization](https://github.com/0xAX/linux-insides/blob/master/Initialization/linux-initialization-10.md) - the last part about linux kernel initialization.
|
||||
|
Loading…
Reference in New Issue
Block a user