This website works better with JavaScript.
Home
Explore
帮助
返回水杉在线
登录水杉在线
登录水杉码园
10213903403
/
os_kernel_lab
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
Update sfs-homework.md
main
chyyuu
9 years ago
parent
7bdd64c0b8
commit
e18a31359c
1 changed files
with
1 additions
and
1 deletions
Unified View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
related_info/lab8/sfs-homework.md
+ 1
- 1
related_info/lab8/sfs-homework.md
View File
@ -38,7 +38,7 @@
### 完整文件系统的例子
### 完整文件系统的例子
```
```
fs.ibitmap: inode bitmap 11110000
fs.ibitmap: inode bitmap 11110000
fs.inodes: [d a:0 r:
6
] [f a:1 r:1] [f a:-1 r:1] [d a:2 r:2] [] ...
fs.inodes: [d a:0 r:
5
] [f a:1 r:1] [f a:-1 r:1] [d a:2 r:2] [] ...
fs.dbitmap: data bitmap 11100000
fs.dbitmap: data bitmap 11100000
fs.data: [(.,0) (..,0) (y,1) (z,2) (x,3)] [u] [(.,3) (..,0)] [] ...
fs.data: [(.,0) (..,0) (y,1) (z,2) (x,3)] [u] [(.,3) (..,0)] [] ...
```
```
Write
Preview
Loading…
Cancel
Save