check blockno passed to idestart
This commit is contained in:
parent
c24ac5d763
commit
895af77fe6
3 changed files with 9 additions and 9 deletions
1
param.h
1
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
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue