Linker script makes binaries bigger; use larger disk so that usertests
can run. Must assumed_free in badwrite() be adjusted?
This commit is contained in:
parent
ccb7bd14c7
commit
858fc68bdf
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue