You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
|
|
带大家把 Linux 0.11 核心代码与操作系统的设计思想啃下来
|
|
|
|
|
|
|
|
原系列地址:关注公众号 低并发编程
|
|
|
|
|
|
|
|
发文时间:每周一和每周四
|
|
|
|
|
|
|
|
开篇词请看这里:[闪客新系列!你管这破玩意叫操作系统源码](https://mp.weixin.qq.com/s/tvbkGLfhDq03xxM-FZ4zuA)
|
|
|
|
|
|
|
|
一些非必须的资料可以备着:[资料包](https://github.com/sunym1993/flash-linux0.11-talk/tree/main/%E4%B8%80%E4%BA%9B%E9%9D%9E%E5%BF%85%E8%A6%81%E7%9A%84%E8%B5%84%E6%96%99)
|
|
|
|
|
|
|
|
### 系列目录:
|
|
|
|
|
|
|
|
第一部分:进入内核前的苦力活
|
|
|
|
|
|
|
|
第二部分:大战前期的初始化工作
|
|
|
|
|
|
|
|
第三部分:一个新进程的诞生
|
|
|
|
|
|
|
|
第四部分:shell 程序的到来
|
|
|
|
|
|
|
|
第五部分:从一个命令的执行看操作系统各模块的运作
|
|
|
|
|
|
|
|
第六部分:操作系统哲学与思想
|