mirror of
https://github.com/MintCN/linux-insides-zh.git
synced 2026-04-25 11:11:20 +08:00
92 lines
4.7 KiB
Markdown
92 lines
4.7 KiB
Markdown
Linux Insides
|
||
===============
|
||
|
||
[](https://gitter.im/MintCN/linux-insides-zh?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)
|
||
|
||
一系列关于 Linux 内核和其内在机理的帖子。
|
||
|
||
**目的很简单** - 分享我对 Linux 内核内在机理的一点知识,帮助对 Linux 内核内在机理感兴趣的人,和其他低级话题。
|
||
|
||
**问题/建议**: 通过在 twitter 上 [@0xAX](https://twitter.com/0xAX) ,直接添加 [issue](https://github.com/0xAX/linux-insides/issues/new) 或者直接给我发[邮件](mailto:anotherworldofworld@gmail.com),请自由地向我提出任何问题或者建议。
|
||
|
||
|
||
##翻译进度
|
||
|
||
| 章节|译者|翻译进度|
|
||
| ------------- |:-------------:| -----:|
|
||
| 1. Booting||正在进行|
|
||
|├ 1.0|[@xinqiu](https://github.com/xinqiu)|已完成|
|
||
|├ 1.1|[@hailincai](https://github.com/hailincai)|已完成|
|
||
|├ 1.2|[@hailincai](https://github.com/hailincai)|已完成|
|
||
|├ 1.3|[@hailincai](https://github.com/hailincai)|已完成|
|
||
|├ 1.4|[@zmj1316](https://github.com/zmj1316)|已完成|
|
||
|└ 1.5|[@chengong](https://github.com/chengong)|正在进行|
|
||
| 2. Initialization|[@lijiangsheng1](https://github.com/lijiangsheng1)|正在进行|
|
||
| 3. Interrupts||正在进行|
|
||
|├ 3.0|[@littleneko](https://github.com/littleneko)|正在进行|
|
||
|├ 3.1|[@littleneko](https://github.com/littleneko)|正在进行|
|
||
|├ 3.2|[@cloudusers](https://github.com/cloudusers)|正在进行|
|
||
|├ 3.3|[@cloudusers](https://github.com/cloudusers)|正在进行|
|
||
|├ 3.4|[@cloudusers](https://github.com/cloudusers)|正在进行|
|
||
|├ 3.5|[@cloudusers](https://github.com/cloudusers)|正在进行|
|
||
|├ 3.6|[@cloudusers](https://github.com/cloudusers)|正在进行|
|
||
|├ 3.7|[@cloudusers](https://github.com/cloudusers)|正在进行|
|
||
|├ 3.8|[@cloudusers](https://github.com/cloudusers)|正在进行|
|
||
|├ 3.9|[@zhangyangjing](https://github.com/zhangyangjing)|正在进行|
|
||
|└ 3.10||未开始|
|
||
| 4. System calls|[@qianmoke](https://github.com/qianmoke)|正在进行|
|
||
| 5. Timers and time management|[@icecoobe](https://github.com/icecoobe)|正在进行|
|
||
| 6. Synchronization primitives|[@huxq](https://github.com/huxq)|正在进行|
|
||
|├ 6.1||未开始|
|
||
|├ 6.2||未开始|
|
||
|├ 6.3|[@huxq](https://github.com/huxq)|已完成|
|
||
|├ 6.4|[@huxq](https://github.com/huxq)|正在进行|
|
||
|└ 6.5||未开始|
|
||
| 7. Memory management|[@choleraehyq](https://github.com/choleraehyq)|正在进行|
|
||
| 8. SMP||未开始|
|
||
| 9. Concepts||未开始|
|
||
| 10. DataStructures||已完成|
|
||
|├ 10.0|[@mudongliang](https://github.com/mudongliang)|已完成|
|
||
|├ 10.1|[@oska874](http://github.com/oska874) [@mudongliang](https://github.com/mudongliang)|已完成|
|
||
|└ 10.2|[@oska874](https://github.com/oska874)|已完成|
|
||
| 11. Theory||已完成|
|
||
|├ 11.0|[@mudongliang](https://github.com/mudongliang)|已完成|
|
||
|├ 11.1|[@mudongliang](https://github.com/mudongliang)|已完成|
|
||
|└ 11.2|[@mudongliang](https://github.com/mudongliang)|已完成|
|
||
| 12. Initial ram disk||未开始|
|
||
| 13. Misc||正在进行|
|
||
|├ 13.0|[@mudongliang](https://github.com/mudongliang)|已完成|
|
||
|├ 13.1|[@oska874](https://github.com/oska874)|已完成|
|
||
|├ 13.2||未开始|
|
||
|└ 13.3||未开始|
|
||
|
||
##翻译认领规则
|
||
|
||
为了避免多个译者同时翻译相同章节的情况出现,请按照以下规则认领自己要翻译的章节:
|
||
|
||
* 在 [README.md](https://github.com/MintCN/linux-insides-zh/blob/master/README.md) 中查看你想翻译的章节的状态;
|
||
* 在确认想翻译的章节没有被翻译之后,开一个 issue ,告诉大家你想翻译哪一章节,同时提交申请翻译的 PR ,将 [README.md](https://github.com/MintCN/linux-insides-zh/blob/master/README.md) 中的翻译状态修改为“正在进行”;
|
||
* 开始翻译你认领的章节;
|
||
* 完成翻译之后,提交翻译内容的 PR ,待 PR 被 merge 之后,关闭 issue ;
|
||
* 最后,将 [README.md](https://github.com/MintCN/linux-insides-zh/blob/master/README.md) 中的翻译状态修改为“已完成”,同时不要忘记把自己添加到 [contributors.md](https://github.com/MintCN/linux-insides-zh/blob/master/contributors.md) 中。
|
||
|
||
翻译前建议看 [TRANSLATION_NOTES.md](https://github.com/MintCN/linux-insides-zh/blob/master/TRANSLATION_NOTES.md) 。关于翻译约定,大家有任何问题或建议也请开 issue 讨论。
|
||
|
||
##作者
|
||
|
||
[@0xAX](https://twitter.com/0xAX)
|
||
|
||
##中文维护者
|
||
|
||
[@xinqiu](https://github.com/xinqiu)
|
||
|
||
[@mudongliang](https://github.com/mudongliang)
|
||
|
||
##中文贡献者
|
||
|
||
详见 [contributors.md](https://github.com/MintCN/linux-insides-zh/blob/master/contributors.md)
|
||
|
||
##LICENSE
|
||
|
||
Licensed [BY-NC-SA Creative Commons](http://creativecommons.org/licenses/by-nc-sa/4.0/).
|