Explorar o código

Update README.md

0xAX %!s(int64=10) %!d(string=hai) anos
pai
achega
ab8dbb9985
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  1. 1 0
      Initialization/README.md

+ 1 - 0
Initialization/README.md

@@ -13,3 +13,4 @@ You will find here a couple of posts which describe the full cycle of kernel ini
 * [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.