From 7333f579e631460d31704ac17c8551c8770434ef Mon Sep 17 00:00:00 2001 From: 0xAX Date: Sun, 8 Mar 2015 19:52:51 +0600 Subject: [PATCH] Update README.md --- Initialization/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Initialization/README.md b/Initialization/README.md index bbe49f5..01f7f3c 100644 --- a/Initialization/README.md +++ b/Initialization/README.md @@ -2,4 +2,4 @@ You will see here a couple of posts which describes full cycle of the kernel initialization from the first steps after kernel decompressed to starting of the first process runned by kernel. -* [Frist steps after kernel decompressed]() - describes first steps in the kernel. +* [Frist steps after kernel decompressed](https://github.com/0xAX/linux-insides/blob/master/Initialization/linux-initialization-1.md) - describes first steps in the kernel.