unify the github repo

This commit is contained in:
Dongliang Mu
2024-05-05 10:11:17 +08:00
parent 7b9cd08826
commit 4174696a47
35 changed files with 53 additions and 53 deletions

View File

@@ -480,7 +480,7 @@ pmd_p[pmd_index(address)] = pmd;
本书的第二部分到此结束了。
如果你有任何问题或建议请在twitter上联系我 [0xAX](https://twitter.com/0xAX),或者通过[邮件](anotherworldofworld@gmail.com)与我沟通,还可以新开[issue](https://github.com/MintCN/linux-insides-zh/issues/new)。
如果你有任何问题或建议请在twitter上联系我 [0xAX](https://twitter.com/0xAX),或者通过[邮件](anotherworldofworld@gmail.com)与我沟通,还可以新开[issue](https://github.com/hust-open-atom-club/linux-insides-zh/issues/new)。
接下来我们将会看到进入内核入口点 `start_kernel` 函数之前剩下所有的准备工作。