-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
c98b019
commit 19c4dd4
Showing
2 changed files
with
23 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,22 @@ | ||
# Project 4: File System | ||
|
||
!!! warning "No plagiarism" | ||
If you are enrolled in CS130, you may not copy code from this repository. | ||
|
||
!!! warning "急了急了急了" | ||
Project 4 基于 Project 2 或 3, 希望你的 Project 足够 robust. | ||
|
||
!!! note "Overview" | ||
- Task 1 : indexed and extensible files | ||
- Task 2 : subdirectories | ||
- Task 3 : buffer cache | ||
- Task 4 : synchronization | ||
|
||
## 文件系统限制需要被你解除 | ||
|
||
- 可能并发访问文件, 即 Task 4 要提供的同步 | ||
- 文件大小不再固定 | ||
|
||
## 分析 | ||
|
||
这里空空的, 什么也没有. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters