1
0
mirror of https://github.com/rcore-os/rCore.git synced 2024-11-24 17:06:18 +04:00

Update report.md

This commit is contained in:
chenqiuhao1997 2018-11-15 14:52:50 +08:00 committed by GitHub
parent eb00b2bfd3
commit 9aeef1b845
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -8,7 +8,7 @@
@刘辰屹
## 2 进程管理与同步互斥
@陈秋昊
移植了王润基进程线程管理模块的重构结果并维护debug的更新在此基础上重构了eventhub的数据处理方式以补全实现sleepkill的操作解决只能被1人wait和不被wait pid就无法释放的问题并将pid的释放与进程间父子关系的维护挪至processor处理。目前测试未发现异常。
## 3 文件系统
@朱书聪