diff options
| -rw-r--r-- | kernel/param.h | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/kernel/param.h b/kernel/param.h index b5fdcb2..6624bff 100644 --- a/kernel/param.h +++ b/kernel/param.h @@ -9,5 +9,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       2000  // size of file system in blocks  #define MAXPATH      128   // maximum file path name | 
