Fix order of edi, esi, ebp, ebx in switch_threads_frame. Doesn't
[pintos-anon] / grading / filesys / syn-rw.h
1 #define CHUNK_SIZE 8
2 #define CHUNK_CNT 512
3 #define BUF_SIZE (CHUNK_SIZE * CHUNK_CNT)
4 static const char filename[] = "logfile";