Fix some typos in lab3 exercise specification

This commit is contained in:
XemboLiu 2018-03-11 10:43:01 +08:00 committed by GitHub
parent be2f4e8b4e
commit 7025fff1ea
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -31,7 +31,7 @@ succeeded!”的输出表示练习1基本正确。
#### 练习2补充完成基于FIFO的页面替换算法需要编程
完成vmm.c中的do\_pgfault函数并且在实现FIFO算法的swap\_fifo.c中完成map\_swappable和swap\_out\_vistim函数。通过对swap的测试。注意在LAB2
完成vmm.c中的do\_pgfault函数并且在实现FIFO算法的swap\_fifo.c中完成map\_swappable和swap\_out\_victim函数。通过对swap的测试。注意在LAB2
EXERCISE 2处填写代码。执行
```
make qemu