summaryrefslogtreecommitdiff
path: root/param.h
diff options
context:
space:
mode:
authorFrans Kaashoek <[email protected]>2015-04-10 07:15:06 -0400
committerFrans Kaashoek <[email protected]>2015-04-10 07:15:06 -0400
commit895af77fe6ff7c73f198e852a40976ed102a49e4 (patch)
treec951d87e397c48268fd9daf0925e2907a803a177 /param.h
parentc24ac5d76353d04955cc348f1cb5b95743c42b38 (diff)
downloadxv6-labs-895af77fe6ff7c73f198e852a40976ed102a49e4.tar.gz
xv6-labs-895af77fe6ff7c73f198e852a40976ed102a49e4.tar.bz2
xv6-labs-895af77fe6ff7c73f198e852a40976ed102a49e4.zip
check blockno passed to idestart
Diffstat (limited to 'param.h')
-rw-r--r--param.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/param.h b/param.h
index 1a73f42..a7e90ef 100644
--- a/param.h
+++ b/param.h
@@ -10,4 +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