-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
3 changed files
with
50 additions
and
19 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,29 +1,29 @@ | ||
# Docs | ||
|
||
- [决赛规划](./doc/target.md) | ||
- [开发日志](./doc/开发日志.md) | ||
- [系统架构](./doc/系统架构.md) | ||
- [设备管理](./doc/设备管理.md) | ||
- [决赛规划](./target.md) | ||
- [开发日志](./开发日志.md) | ||
- [系统架构](./系统架构.md) | ||
- [设备管理](./设备管理.md) | ||
- 设备驱动 | ||
- [串口设备](./doc/uart.md) | ||
- [SDIO](./doc/sdio.md) | ||
- [PLIC](./doc/plic.md) | ||
- [串口设备](./uart.md) | ||
- [SDIO](./sdio.md) | ||
- [PLIC](./plic.md) | ||
- 文件系统 | ||
- [文件系统接口](./doc/fs.md) | ||
- [测试支持情况](./doc/test.md) | ||
- [网络支持](./doc/net.md) | ||
- [文件系统接口](./fs.md) | ||
- [测试支持情况](./test.md) | ||
- [网络支持](./net.md) | ||
- 应用程序 | ||
- [bash](./doc/bash.md) | ||
- [lmbench](./doc/lmbench.md) | ||
- [redis](./doc/redis.md) | ||
- [unixbench](./doc/unixbench.md) | ||
- [bash](./bash.md) | ||
- [lmbench](./lmbench.md) | ||
- [redis](./redis.md) | ||
- [unixbench](./unixbench.md) | ||
|
||
- 杂项 | ||
- [开发板相关](./doc/boot.md) | ||
- [fat32bug](./doc/fat32.md) | ||
- [内存管理](./doc/memory.md) | ||
- [开发板相关](./boot.md) | ||
- [fat32bug](./fat32.md) | ||
- [内存管理](./memory.md) | ||
- [slab](https://github.com/os-module/rslab/tree/main) | ||
- [dbfs](https://github.com/Godones/dbfs2) | ||
- [物理页帧分配器](./modules/pager/README.md) | ||
- 更多: 查看[系统架构](./doc/系统架构.md)中module部分各个子模块的详细说明 | ||
- [物理页帧分配器](https://github.com/os-module/pager) | ||
- 更多: 查看[系统架构](./系统架构.md)中module部分各个子模块的详细说明 | ||
- `make docs` 查看kernel源代码文档 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,29 @@ | ||
# 开发文档集合 | ||
|
||
- [决赛规划](../doc/target.md) | ||
- [开发日志](../doc/开发日志.md) | ||
- [系统架构](../doc/系统架构.md) | ||
- [设备管理](../doc/设备管理.md) | ||
- 设备驱动 | ||
- [串口设备](../doc/uart.md) | ||
- [SDIO](../doc/sdio.md) | ||
- [PLIC](../doc/plic.md) | ||
- 文件系统 | ||
- [文件系统接口](../doc/fs.md) | ||
- [测试支持情况](../doc/test.md) | ||
- [网络支持](../doc/net.md) | ||
- 应用程序 | ||
- [bash](../doc/bash.md) | ||
- [lmbench](../doc/lmbench.md) | ||
- [redis](../doc/redis.md) | ||
- [unixbench](../doc/unixbench.md) | ||
|
||
- 杂项 | ||
- [开发板相关](../doc/boot.md) | ||
- [fat32bug](../doc/fat32.md) | ||
- [内存管理](../doc/memory.md) | ||
- [slab](https://github.com/os-module/rslab/tree/main) | ||
- [dbfs](https://github.com/Godones/dbfs2) | ||
- [物理页帧分配器](https://github.com/os-module/pager) | ||
- 更多: 查看[系统架构](../doc/系统架构.md)中module部分各个子模块的详细说明 | ||
- `make docs` 查看kernel源代码文档 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters