原文:东南大学《操作系统》课程作业 - 第九章

. Assume we have a demand paged memory. The page table is held in registers. It takes milliseconds to service a page fault if an empty page is available or the replaced page is not modified, and mill ...

2021-12-01 23:24 2 1419 推荐指数:

查看详情

东南大学操作系统课程作业 - 第四

1 - Provide two programming examples in which multithreading does not provide better performance than a single-threaded solution. 一种是以串行操作为主的程序,例如对 ...

Wed Dec 01 21:24:00 CST 2021 0 981
东南大学操作系统课程作业 - 第八

8.1 – 请指出内部碎片与外部碎片的区别。 内部碎片是已经分配给进程的、比进程所需内存多出的部分,存在于分区内部,但是不能使用; 外部碎片是没有被分配出去的小的内存片段,却因不连续,而无法联合起来组 ...

Thu Dec 02 07:18:00 CST 2021 0 2007
操作系统-第九章-虚拟内存管理

背景 代码必须装入内存才能执行,但是并不是所有代码必须全部装入内存 错误代码 不常用的函数 大的数据结构 局部性原理:一个程序只要部分装入内存就可 ...

Wed Nov 25 04:30:00 CST 2020 0 458
 
粤ICP备18138465号  © 2018-2025 CODEPRJ.COM