Commit 858fc68b authored by Frans Kaashoek's avatar Frans Kaashoek
Browse files

Linker script makes binaries bigger; use larger disk so that usertests

can run.

Must assumed_free in badwrite() be adjusted?
parent ccb7bd14
No related merge requests found
Showing with 1 addition and 1 deletion
+1 -1
......@@ -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
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment