Skip to content

Commit

Permalink
Update sfs-homework.md
Browse files Browse the repository at this point in the history
  • Loading branch information
chyyuu committed May 13, 2015
1 parent 97e8a51 commit 7bdd64c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion related_info/lab8/sfs-homework.md
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ fs.data: [(.,0) (..,0) (y,1) (z,2) (x,3)] [u] [(.,3) (..,0)] [] ...


## 问题1:
根据[sfs文件系统的状态变化信息](https://github.com/chyyuu/ucore_lab/blob/master/related_info/lab8/sfs-states.txt),给出具体的文件相关操作内容.
根据[sfs文件系统的状态变化信息](./sfs_states.txt),给出具体的文件相关操作内容.

## 问题2:
[sfs-homework.py 参考代码的基础上](https://github.com/chyyuu/ucore_lab/blob/master/related_info/lab8/sfs-homework.py),实现 `writeFile, createFile, createLink, deleteFile`,使得你的实现能够达到与问题1的正确结果一致
Expand Down

0 comments on commit 7bdd64c

Please sign in to comment.