Use TIMER_FREQ of 19 for grading priority-fifo.
[pintos-anon] / grading / filesys / syn-write.h
1 #define CHILD_CNT 10
2 #define CHUNK_SIZE 512
3 #define BUF_SIZE (CHILD_CNT * CHUNK_SIZE)
4 static const char filename[] = "stuff";