Bladeren bron

Update README.md

0xAX 10 jaren geleden
bovenliggende
commit
2677e5eadf
1 gewijzigde bestanden met toevoegingen van 1 en 0 verwijderingen
  1. 1 0
      Initialization/README.md

+ 1 - 0
Initialization/README.md

@@ -8,3 +8,4 @@ You will find here a couple of posts which describe the full cycle of kernel ini
 * [Kernel entry point](https://github.com/0xAX/linux-insides/blob/master/Initialization/linux-initialization-4.md) - describes first steps in the kernel generic code.
 * [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/%20linux-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.