From 86dfc5ab69c19a01f6d2c911d0473a0327fe80e1 Mon Sep 17 00:00:00 2001 From: xinqiu Date: Fri, 17 Jun 2016 22:13:11 +0800 Subject: [PATCH] chang links --- Misc/contribute.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Misc/contribute.md b/Misc/contribute.md index da7bfed..da8b85b 100644 --- a/Misc/contribute.md +++ b/Misc/contribute.md @@ -8,7 +8,7 @@ As you already may know, I've started a series of [blog posts](http://0xax.githu After writing some assembler code I began to understand how my program looks after compilation, **approximately**. But anyway, I didn't understand many other things. For example: what occurs when the `syscall` instruction is executed in my assembler, what occurs when the `printf` function starts to work or how can my program talk with other computers via network. [Assembler](https://en.wikipedia.org/wiki/Assembly_language#Assembler) programming language didn't give me answers to my questions and I decided to go deeper in my research. I started to learn from the source code of the Linux kernel and tried to understand the things that I'm interested in. The source code of the Linux kernel didn't give me the answers to **all** of my questions, but now my knowledge about the Linux kernel and the processes around it is much better. -I'm writing this part nine and a half months after I've started to learn from the source code of the Linux kernel and published the first [part](https://0xax.gitbooks.io/linux-insides/content/Booting/linux-bootstrap-1.html) of this book. Now it contains forty parts and it is not the end. I decided to write this series about the Linux kernel mostly for myself. As you know the Linux kernel is very huge piece of code and it is easy to forget what does this or that part of the Linux kernel mean and how does it implement something. But soon the [linux-insides](https://github.com/0xAX/linux-insides) repo became popular and after nine months it has `9096` stars: +I'm writing this part nine and a half months after I've started to learn from the source code of the Linux kernel and published the first [part](https://xinqiu.gitbooks.io/linux-insides-cn/content/Booting/linux-bootstrap-1.html) of this book. Now it contains forty parts and it is not the end. I decided to write this series about the Linux kernel mostly for myself. As you know the Linux kernel is very huge piece of code and it is easy to forget what does this or that part of the Linux kernel mean and how does it implement something. But soon the [linux-insides](https://github.com/MintCN/linux-insides-zh) repo became popular and after nine months it has `9096` stars: ![github](http://s2.postimg.org/jjb3s4frt/stars.png)