Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
Godones committed Aug 19, 2023
1 parent 427a11b commit 5a2d550
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -120,13 +120,13 @@ make unmatched LOG= UNMATCHED=y SMP=2

## Doc

- [决赛规划](./doc/target.m)
- [决赛规划](./doc/target.md)
- [开发日志](./doc/开发日志.md)
- [系统架构](./系统架构.md)
- [系统架构](./doc/系统架构.md)
- [设备管理](./doc/设备管理.md)
- 设备驱动
- [串口设备](./doc/uaret.md)
- [SDIO](./sdio.md)
- [串口设备](./doc/uart.md)
- [SDIO](./doc/sdio.md)
- [PLIC](./doc/plic.md)
- 文件系统
- [文件系统接口](./doc/fs.md)
Expand All @@ -136,13 +136,13 @@ make unmatched LOG= UNMATCHED=y SMP=2
- [bash](./doc/bash.md)
- [lmbench](./doc/lmbench.md)
- [redis](./doc/redis.md)
- [unixbench](./unibench.md)
- [unixbench](./doc/unixbench.md)

- 杂项
- [开发板相关](./doc/boot.md)
- [fat32bug](./doc/fat32.md)
- [内存管理](./doc/memory.md)
- [slab](https://github.com/os-module/rslab/blob/main/src/slab.rs)
- [slab](https://github.com/os-module/rslab/tree/main)
- [dbfs](https://github.com/Godones/dbfs2)
- [物理页帧分配器](./modules/pager/README.md)
- 更多: 查看[系统架构](./doc/系统架构.md)中module部分各个子模块的详细说明
Expand Down

0 comments on commit 5a2d550

Please sign in to comment.