Skip to content

Commit

Permalink
Add description to run normal testcase in ch3
Browse files Browse the repository at this point in the history
  • Loading branch information
rcy17 committed Mar 15, 2024
1 parent 305dfe7 commit 0902347
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion source/chapter3/5exercise.rst
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,9 @@ chapter3练习
本章任务
-----------------------------------------------------
- 注意本节任务最终对应一次 lab 提交。
- 老规矩,先 `make test BASE=1` 看下啥情况。
- 老规矩,先 ``make test BASE=1`` 看下啥情况。
- 理解框架的多任务加载机制,了解此时用户和内核的大概内存布局。在此基础上,实现本章编程作业 sys_task_info。
- 不再加 ``BASE=1``,直接运行 ``make test`` 来验证你的完成情况。
- 最终,完成实验报告并 push 你的 ch3 分支到远程仓库。push 代码后会自动执行 CI,代码给分以 CI 给分为准。

获取任务信息
Expand Down

0 comments on commit 0902347

Please sign in to comment.