From c358424faed90cab0a0f0ee92b6c594f0f577045 Mon Sep 17 00:00:00 2001 From: Yifan Wu Date: Tue, 18 Jan 2022 04:44:05 -0800 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index d665dccb..590409a4 100644 --- a/README.md +++ b/README.md @@ -54,12 +54,12 @@ Here are the updates since 3.5.0: * [x] bug fix: we should call `find_pte` rather than `find_pte_create` in `PageTable::unmap` * [x] clarify: "check validity of level-3 pte in `find_pte` instead of checking it outside this function" should not be a bug * [x] code of chapter 8: synchronization on a uniprocessor +* [x] switch the code of chapter 6 and chapter 7 ### Todo(High priority) * [ ] review documentation, current progress: 5/9 * [ ] support signal mechanism in chapter 7 -* [ ] switch the code of chapter 6 and chapter 7 * [ ] code of chapter 9: device drivers based on interrupts, including UART and block devices * [ ] use old fs image optionally, do not always rebuild the image * [ ] add new system calls: getdents64/fstat