diff --git a/Interrupts/interrupts-1.md b/Interrupts/linux-interrupts-1.md similarity index 100% rename from Interrupts/interrupts-1.md rename to Interrupts/linux-interrupts-1.md diff --git a/Interrupts/interrupts-10.md b/Interrupts/linux-interrupts-10.md similarity index 100% rename from Interrupts/interrupts-10.md rename to Interrupts/linux-interrupts-10.md diff --git a/Interrupts/interrupts-2.md b/Interrupts/linux-interrupts-2.md similarity index 100% rename from Interrupts/interrupts-2.md rename to Interrupts/linux-interrupts-2.md diff --git a/Interrupts/interrupts-3.md b/Interrupts/linux-interrupts-3.md similarity index 100% rename from Interrupts/interrupts-3.md rename to Interrupts/linux-interrupts-3.md diff --git a/Interrupts/interrupts-4.md b/Interrupts/linux-interrupts-4.md similarity index 100% rename from Interrupts/interrupts-4.md rename to Interrupts/linux-interrupts-4.md diff --git a/Interrupts/interrupts-5.md b/Interrupts/linux-interrupts-5.md similarity index 100% rename from Interrupts/interrupts-5.md rename to Interrupts/linux-interrupts-5.md diff --git a/Interrupts/interrupts-6.md b/Interrupts/linux-interrupts-6.md similarity index 100% rename from Interrupts/interrupts-6.md rename to Interrupts/linux-interrupts-6.md diff --git a/Interrupts/interrupts-7.md b/Interrupts/linux-interrupts-7.md similarity index 100% rename from Interrupts/interrupts-7.md rename to Interrupts/linux-interrupts-7.md diff --git a/Interrupts/interrupts-8.md b/Interrupts/linux-interrupts-8.md similarity index 100% rename from Interrupts/interrupts-8.md rename to Interrupts/linux-interrupts-8.md diff --git a/Interrupts/interrupts-9.md b/Interrupts/linux-interrupts-9.md similarity index 100% rename from Interrupts/interrupts-9.md rename to Interrupts/linux-interrupts-9.md diff --git a/KernelStructures/README.md b/KernelStructures/README.md index 980d197..9ac2b06 100644 --- a/KernelStructures/README.md +++ b/KernelStructures/README.md @@ -1,5 +1,5 @@ # Linux 内核内部`系统`数据结构 -这不是 `linux-insides` 中的一般章节。正如你从题目中理解到的,它主要描述 Linux 内核中的内部`系统`数据结构。比如说,中断描述符表 (`Interrupt Descriptor Table`), 全局描述符表 (`Global Descriptor Table`) 。 +这不是 `linux-insides-zh` 中的一般章节。正如你从题目中理解到的,它主要描述 Linux 内核中的内部`系统`数据结构。比如说,中断描述符表 (`Interrupt Descriptor Table`), 全局描述符表 (`Global Descriptor Table`) 。 大部分信息来自于 [Intel](http://www.intel.com/content/www/us/en/processors/architectures-software-developer-manuals.html) 和 [AMD](http://developer.amd.com/resources/developer-guides-manuals/) 官方手册。 diff --git a/KernelStructures/idt.md b/KernelStructures/linux-kernelstructure-1.md similarity index 100% rename from KernelStructures/idt.md rename to KernelStructures/linux-kernelstructure-1.md diff --git a/README.md b/README.md index 297510a..02eb024 100644 --- a/README.md +++ b/README.md @@ -43,16 +43,16 @@ |└ [2.10](https://github.com/MintCN/linux-insides-zh/blob/master/Initialization/linux-initialization-10.md)||未开始| | 3. [Interrupts](https://github.com/MintCN/linux-insides-zh/tree/master/Interrupts)||正在进行| |├ [3.0](https://github.com/MintCN/linux-insides-zh/blob/master/Interrupts/README.md)|[@littleneko](https://github.com/littleneko)|正在进行| -|├ [3.1](https://github.com/MintCN/linux-insides-zh/blob/master/Interrupts/interrupts-1.md)||未开始| -|├ [3.2](https://github.com/MintCN/linux-insides-zh/blob/master/Interrupts/interrupts-2.md)|[@up2wing](https://github.com/up2wing)|正在进行| -|├ [3.3](https://github.com/MintCN/linux-insides-zh/blob/master/Interrupts/interrupts-3.md)|[@up2wing](https://github.com/up2wing)|正在进行| -|├ [3.4](https://github.com/MintCN/linux-insides-zh/blob/master/Interrupts/interrupts-4.md)|[@up2wing](https://github.com/up2wing)|正在进行| -|├ [3.5](https://github.com/MintCN/linux-insides-zh/blob/master/Interrupts/interrupts-5.md)|[@up2wing](https://github.com/up2wing)|正在进行| -|├ [3.6](https://github.com/MintCN/linux-insides-zh/blob/master/Interrupts/interrupts-6.md)|[@up2wing](https://github.com/up2wing)|正在进行| -|├ [3.7](https://github.com/MintCN/linux-insides-zh/blob/master/Interrupts/interrupts-7.md)|[@up2wing](https://github.com/up2wing)|正在进行| -|├ [3.8](https://github.com/MintCN/linux-insides-zh/blob/master/Interrupts/interrupts-8.md)|[@up2wing](https://github.com/up2wing)|正在进行| -|├ [3.9](https://github.com/MintCN/linux-insides-zh/blob/master/Interrupts/interrupts-9.md)|[@zhangyangjing](https://github.com/zhangyangjing)|已完成| -|└ [3.10](https://github.com/MintCN/linux-insides-zh/blob/master/Interrupts/interrupts-10.md)|[@worldwar](https://github.com/worldwar)|已完成| +|├ [3.1](https://github.com/MintCN/linux-insides-zh/blob/master/Interrupts/linux-interrupts-1.md)||未开始| +|├ [3.2](https://github.com/MintCN/linux-insides-zh/blob/master/Interrupts/linux-interrupts-2.md)|[@up2wing](https://github.com/up2wing)|正在进行| +|├ [3.3](https://github.com/MintCN/linux-insides-zh/blob/master/Interrupts/linux-interrupts-3.md)|[@up2wing](https://github.com/up2wing)|正在进行| +|├ [3.4](https://github.com/MintCN/linux-insides-zh/blob/master/Interrupts/linux-interrupts-4.md)|[@up2wing](https://github.com/up2wing)|正在进行| +|├ [3.5](https://github.com/MintCN/linux-insides-zh/blob/master/Interrupts/linux-interrupts-5.md)|[@up2wing](https://github.com/up2wing)|正在进行| +|├ [3.6](https://github.com/MintCN/linux-insides-zh/blob/master/Interrupts/linux-interrupts-6.md)|[@up2wing](https://github.com/up2wing)|正在进行| +|├ [3.7](https://github.com/MintCN/linux-insides-zh/blob/master/Interrupts/linux-interrupts-7.md)|[@up2wing](https://github.com/up2wing)|正在进行| +|├ [3.8](https://github.com/MintCN/linux-insides-zh/blob/master/Interrupts/linux-interrupts-8.md)|[@up2wing](https://github.com/up2wing)|正在进行| +|├ [3.9](https://github.com/MintCN/linux-insides-zh/blob/master/Interrupts/linux-interrupts-9.md)|[@zhangyangjing](https://github.com/zhangyangjing)|已完成| +|└ [3.10](https://github.com/MintCN/linux-insides-zh/blob/master/Interrupts/linux-interrupts-10.md)|[@worldwar](https://github.com/worldwar)|已完成| | 4. [System calls](https://github.com/MintCN/linux-insides-zh/tree/master/SysCall)||正在进行| |├ [4.0](https://github.com/MintCN/linux-insides-zh/blob/master/SysCall/README.md)|[@mudongliang](https://github.com/mudongliang)|更新至[194d0c83](https://github.com/0xAX/linux-insides/commit/194d0c83e3273c6167830c29d9ba13ec57bfbcb6)| |├ [4.1](https://github.com/MintCN/linux-insides-zh/blob/master/SysCall/syscall-1.md)|[@qianmoke](https://github.com/qianmoke)|已完成| @@ -109,7 +109,7 @@ |└ [13.4](https://github.com/MintCN/linux-insides-zh/blob/master/Misc/program_startup.md)|[@mudongliang](https://github.com/mudongliang)|已完成| | 14. [KernelStructures](https://github.com/MintCN/linux-insides-zh/tree/master/KernelStructures)||已完成| |├ [14.0](https://github.com/MintCN/linux-insides-zh/tree/master/KernelStructures/README.md)|[@mudongliang](https://github.com/mudongliang)|更新至[3cb550c0](https://github.com/0xAX/linux-insides/commit/3cb550c089c8fc609f667290434e9e98e93fa279)| -|└ [14.1](https://github.com/MintCN/linux-insides-zh/tree/master/KernelStructures/idt.md)|[@woodpenker](https://github.com/woodpenker)|更新至[4521637d](https://github.com/0xAX/linux-insides/commit/4521637d9cb76e5d4e4dc951758b264a68504927)| +|└ [14.1](https://github.com/MintCN/linux-insides-zh/tree/master/KernelStructures/linux-kernelstructure-1.md)|[@woodpenker](https://github.com/woodpenker)|更新至[4521637d](https://github.com/0xAX/linux-insides/commit/4521637d9cb76e5d4e4dc951758b264a68504927)| | 15. [Cgroups](https://github.com/MintCN/linux-insides-zh/tree/master/Cgroups)||正在进行| |├ [15.0](https://github.com/MintCN/linux-insides-zh/tree/master/Cgroups/README.md)|[@mudongliang](https://github.com/mudongliang)|更新至[e811ca4f](https://github.com/0xAX/linux-insides/commit/90f50c2ac5a197da044e5091c631dd43e811ca4f)| |└ [15.1](https://github.com/MintCN/linux-insides-zh/tree/master/Cgroups/linux-cgroups-1.md)|[@tjm-1990](https://github.com/tjm-1990)|更新至[b420e581](https://github.com/0xAX/linux-insides/commit/b420e581fe3cfee64d9c65103740d4fd98127b6f)|