Skip to content

Commit

Permalink
style(docs): add space for English words between Chinese
Browse files Browse the repository at this point in the history
  • Loading branch information
ChenRuiwei committed Jul 31, 2024
1 parent 5849e5e commit d6f6b7f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,10 +25,10 @@ VisionFive 2 赛道,初赛功能测试满分:
- 无栈协程:基于全局队列实现的调度器,完善的辅助 Future 支持,支持内核态抢占式调度。
- 进程管理:统一的进程线程抽象,可以细粒度划分进程共享的资源,支持多核运行。
- 内存管理:实现基本的内存管理功能。使用懒分配和 Copy-on-Write 优化策略。
- 文件系统:基于 Linux 设计的虚拟文件系统。实现页缓存加速文件读写,实现 Dentry 缓存加速路径查找,统一了页缓存与块缓存。使用开源 `rust-fatfs`库提供对 FAT32 文件系统的支持,使用`lwext4-rust`库提供对Ext4文件系统的支持
- 文件系统:基于 Linux 设计的虚拟文件系统。实现页缓存加速文件读写,实现 Dentry 缓存加速路径查找,统一了页缓存与块缓存。使用开源 `rust-fatfs`库提供对 FAT32 文件系统的支持,使用`lwext4-rust`库提供对 Ext4 文件系统的支持
- 信号机制:支持用户自定义信号处理例程,有完善的信号系统,与内核其他异步设施无缝衔接。
- 设备驱动:实现设备树解析,实现PLIC,支持异步外设中断,实现异步串口驱动。
- 网络模块:支持Udp和Tcp套接字,Ipv4与Ipv6协议,实现异步轮询唤醒机制。
- 设备驱动:实现设备树解析,实现 PLIC,支持异步外设中断,实现异步串口驱动。
- 网络模块:支持 Udp 和 Tcp 套接字,Ipv4 与 Ipv6 协议,实现异步轮询唤醒机制。

<img src="./docs/assets/phoenix-design.png" alt="Phoenix内核架构" width="450"/>

Expand Down

0 comments on commit d6f6b7f

Please sign in to comment.