mirror of
https://github.com/LearningOS/rust-based-os-comp2022.git
synced 2026-05-11 00:39:34 +08:00
add os[1-8]-ref for os refereces, add guide, add README
This commit is contained in:
20
guide/source/chapter7/3exercise.rst
Normal file
20
guide/source/chapter7/3exercise.rst
Normal file
@@ -0,0 +1,20 @@
|
||||
chapter7练习
|
||||
===========================================
|
||||
|
||||
编程作业
|
||||
-------------------------------------------
|
||||
|
||||
本章无编程作业
|
||||
|
||||
问答作业
|
||||
-------------------------------------------
|
||||
|
||||
(1) 举出使用 pipe 的一个实际应用的例子。
|
||||
|
||||
(2) 如果需要在多个进程间互相通信,则需要为每一对进程建立一个管道,非常繁琐,请设计一个更易用的多进程通信机制。
|
||||
|
||||
报告要求
|
||||
---------------------------------------
|
||||
|
||||
- 完成问答题。
|
||||
- (optional) 你对本次实验设计及难度/工作量的看法,以及有哪些需要改进的地方,欢迎畅所欲言。
|
||||
Reference in New Issue
Block a user