From 1886cd9d2d011b7ad89692d0af4908fa59731bbc Mon Sep 17 00:00:00 2001 From: Shine wOng <1551885@tongji.edu.cn> Date: Fri, 31 May 2019 15:38:22 +0800 Subject: [PATCH] create os mistakes.md --- thu_os/answers.md | 5 + thu_os/mistakes.html | 1064 ++++++++++++++++++++++++++++++++++++++++++ thu_os/mistakes.md | 7 + 3 files changed, 1076 insertions(+) create mode 100644 thu_os/answers.md create mode 100644 thu_os/mistakes.html create mode 100644 thu_os/mistakes.md diff --git a/thu_os/answers.md b/thu_os/answers.md new file mode 100644 index 0000000..3569820 --- /dev/null +++ b/thu_os/answers.md @@ -0,0 +1,5 @@ +操作系统错题答案 +============== + +1. C +
分页方式不会有外碎片 diff --git a/thu_os/mistakes.html b/thu_os/mistakes.html new file mode 100644 index 0000000..a129cea --- /dev/null +++ b/thu_os/mistakes.html @@ -0,0 +1,1064 @@ +mistakes

操作系统错题

+
    +
  1. 在使能分页机制的情况下,更合适的外碎片整理方法是()\ + A. 紧凑(compaction) + B. 分区对换(swapping in/out) + C. 都不是
  2. +
\ No newline at end of file diff --git a/thu_os/mistakes.md b/thu_os/mistakes.md new file mode 100644 index 0000000..015232a --- /dev/null +++ b/thu_os/mistakes.md @@ -0,0 +1,7 @@ +操作系统错题 +=========== + +1. 在使能分页机制的情况下,更合适的外碎片整理方法是() + + 紧凑(compaction) + + 分区对换(swapping in/out) + + 都不是