Skip to content

Commit

Permalink
start proj 4
Browse files Browse the repository at this point in the history
  • Loading branch information
AstatineAi committed May 26, 2024
1 parent c98b019 commit 19c4dd4
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 0 deletions.
22 changes: 22 additions & 0 deletions lecture_note/docs/pintos/proj4.md
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 要提供的同步
- 文件大小不再固定

## 分析

这里空空的, 什么也没有.
1 change: 1 addition & 0 deletions lecture_note/mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,4 +56,5 @@ nav:
- Project 1: 'pintos/proj1.md'
- Project 2: 'pintos/proj2.md'
- Project 3: 'pintos/proj3.md'
- Project 4: 'pintos/proj4.md'
# - 其他笔记:

0 comments on commit 19c4dd4

Please sign in to comment.