# studylinuxkernel0.12 **Repository Path**: pxbf/studylinuxkernel0.12 ## Basic Information - **Project Name**: studylinuxkernel0.12 - **Description**: 学习 《从零开始编写Linux内核》,学习内容记录。 - **Primary Language**: C - **License**: MulanPSL-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2025-06-20 - **Last Updated**: 2025-07-10 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # studylinuxkernel0.12 #### 介绍 学习 《从零开始编写Linux内核》,学习内容记录。 该仓库用于存放 《从零开始编写Linux内核》学习笔记,代码相关原始仓库地址为: https://gitee.com/hinus/linux_kernel_012 该仓库和原始仓库不同的地方是,该仓库会将书中每个章节涉及到的代码和使用说明存放成单独的文件夹,方便进行实验分析。 由于我平时喜欢使用 qemu 模拟器来测试运行内核代码,因此,后续会考虑 qemu 和 bochs 模拟器同时进行实验测试。 ## 自制操作系统相关学习资源汇总 **Linux操作系统实现原理 linux-0.12 ** [https://www.oldlinux.org/Book-Lite/](https://www.oldlinux.org/Book-Lite/) **李述铜-用200行代码学习x86保护模式编程** https://www.yuque.com/lishutong-docs/lines200 **操作系统真象还原系列博客** https://blog.lisongqian.cn/2022/05/09/yuque/wx4152/ **操作系统设计与实现** https://os.guojunhit.cn/ **计算机自学指南** https://github.com/PKUFlyingPig/cs-self-learning https://csdiy.wiki/ **哈工大操作系统课程实验记录** https://github.com/TonyWriting/Linux0.11