Skip to content

Commit

Permalink
update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
Godones committed Nov 6, 2023
1 parent 7f269c2 commit 314ebad
Show file tree
Hide file tree
Showing 3 changed files with 50 additions and 19 deletions.
38 changes: 19 additions & 19 deletions doc/doc.md
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源代码文档
29 changes: 29 additions & 0 deletions docs/doc.md
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源代码文档
2 changes: 2 additions & 0 deletions docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,5 @@ Welcome to the Alien OS blog, where Alien OS maintainers announce development an

**2023/11** [新的VFS实现和文件系统系统调用改进](./new-vfs.md)

**~2023/11** [之前的一些开发记录文档](./doc.md)

0 comments on commit 314ebad

Please sign in to comment.