# linux-kernel-0.01 **Repository Path**: gs6687615/linux-kernel-0-01 ## Basic Information - **Project Name**: linux-kernel-0.01 - **Description**: Linux 0.01 历史源码(学习用途)+ 中文阅读文档 - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2026-02-27 - **Last Updated**: 2026-03-02 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # linux-kernel-0.01(学习与文档版) 本仓库包含 Linux 0.01 历史源码(学习用途)以及配套的中文阅读文档。 ## 阅读入口 - 启动到 `init/main.c:main()`:`docs/00_阅读入口_启动到main.md` ## 文档目录 - `docs/01_init_main_内核初始化.md` - `docs/02_系统调用与中断.md` - `docs/03_调度与进程模型.md` - `docs/04_内存管理_分页与COW.md` - `docs/术语表.md` ## 说明 - 本仓库主要用于源码阅读与知识整理;如需构建/运行,请根据你的工具链与环境自行调整。