all homework are done

This commit is contained in:
winPond
2019-07-17 16:09:04 +08:00
parent c62da1c86d
commit dff63ee1bb
34 changed files with 2107 additions and 18 deletions

View File

@@ -10,5 +10,5 @@
#define MAXOPBLOCKS 10 // max # of blocks any FS op writes
#define LOGSIZE (MAXOPBLOCKS*3) // max data blocks in on-disk log
#define NBUF (MAXOPBLOCKS*3) // size of disk block cache
#define FSSIZE 1000 // size of file system in blocks
#define FSSIZE 20000 // size of file system in blocks