You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
22 lines
618 B
22 lines
618 B
6 years ago
|
# Rust OS lab 教学lab实验的制作 功能完善文档
|
||
|
## 0 添加注释
|
||
|
我们小组对于kernel以及crate中绝大部分重要函数都进行了注释,表明了参数@param,简要功能@brief以及返回值@retval.
|
||
|
|
||
|
此外对于部分代码中比较难以理解的部分和重点部分我们也进行了行内注释.
|
||
|
|
||
|
## 1 内存管理
|
||
|
@刘辰屹
|
||
|
|
||
|
## 2 进程管理与同步互斥
|
||
|
@陈秋昊
|
||
|
|
||
|
## 3 文件系统
|
||
|
@朱书聪
|
||
|
|
||
|
## 4 测试结果
|
||
|
### 4.1 用户程序测试结果
|
||
|
@刘辰屹 将最开始的RustOS版本与现在版本的用户程序运行结果进行对比
|
||
|
|
||
|
### 4.2 同步互斥测试结果
|
||
|
@陈秋昊
|