File tree Expand file tree Collapse file tree 1 file changed +17
-2
lines changed Expand file tree Collapse file tree 1 file changed +17
-2
lines changed Original file line number Diff line number Diff line change @@ -24,6 +24,13 @@ backgroundColor: white
2424[ 课程幻灯片列表] ( https://www.yuque.com/xyong-9fuoz/qczol5/glemuu? )
2525
2626
27+ ---
28+
29+ ### 问题
30+
31+ - 如何确定虚拟存储系统中每个进程需要多少物理内存,何时分配?
32+ - 从计算机系统整体利用率的角度看,并发运行多少进程最合适?
33+
2734---
2835
2936** 提纲**
@@ -340,8 +347,8 @@ $\tau=4$
340347### 课程实验二
341348
342349* 第四章:地址空间 -> chapter4练习 ->
343- * [ rCore] ( http://learningos.cn/rCore-Tutorial-Guide-2024A /chapter4/7exercise.html#chapter4 )
344- * [ uCore] ( http://learningos.cn/uCore-Tutorial-Guide-2024A /chapter4/7exercise.html#id1 )
350+ * [ rCore] ( http://learningos.cn/rCore-Tutorial-Guide/chapter4/7exercise.html#chapter4 )
351+ * [ uCore] ( http://learningos.cn/uCore-Tutorial-Guide/chapter4/7exercise.html#id1 )
345352* 实验任务
346353 * 重写获取系统时间和进程控制块信息的内核函数
347354 * 实现申请和取消虚存映射的系统调用
@@ -351,6 +358,14 @@ $\tau=4$
351358-->
352359---
353360
361+ ### 小结
362+
363+ - 全局页面置换算法** 把所有进程视为整体** 来设置页面置换算法
364+ - 工作集置换算法、缺页率置换算法
365+ - 各层次存储介质均衡繁忙时,存储系统整体利用率最高
366+
367+ ---
368+
354369### 第五讲虚拟存储管理小结
355370
356371* 第一节 虚拟存储概念
You can’t perform that action at this time.
0 commit comments