mirror of
https://github.com/SmallPond/MIT6.828_OS.git
synced 2026-04-27 04:09:56 +08:00
all homework are done
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user