This website works better with JavaScript.
Home
Explore
帮助
返回水杉在线
登录水杉在线
登录水杉码园
10213903403
/
os_kernel_lab
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
update lab4 process-concept-homework.md
main
yuchen
9 years ago
parent
c4e7dbd910
commit
ab237ddb70
1 changed files
with
4 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+4
-1
related_info/lab4/process-concept-homework.md
+ 4
- 1
related_info/lab4/process-concept-homework.md
View File
@ -23,7 +23,10 @@
```
- 进程切换行为:系统决定何时(when)切换进程:进程结束或进程发出yield请求
### 进程执行
```
instruction_to_execute = self.proc_info[self.curr_proc][PROC_CODE].pop(0)
```
### 执行实例
#### 例1
Write
Preview
Loading…
Cancel
Save