# linux-0.11-learning **Repository Path**: kk30624700/linux-0.11-learning ## Basic Information - **Project Name**: linux-0.11-learning - **Description**: Linux 内核完全剖析书籍笔记,基于 linux-0.11 源码。 - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 1 - **Created**: 2023-09-09 - **Last Updated**: 2023-09-09 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README ## 阅读工具-Source Insight 首先 clone 源代码: ``` https://gitee.com/lizhanpeng2022/linux-0.11-learning.git ``` 然后用 Source Insight 创建一个新工程: ``` Project -> New Project ``` 第一行为项目名称,第二行为项目的数据文件存放位置,不建议和源码放一起。然后点击 ok 跳转到第二个页面。 第二个页面无需改动,直接 ok,来到第三个页面,先在左边选择 linux-0.11 的源码目录,然后取消右边 **show only know file types** 选项,最后点击 **add tree** 即可。