If the kernel image gets too big, "cmp ebx, KERNEL_LOAD_PAGES*8 + 1"
[pintos-anon] / grading / filesys / sm-seq-block.c
1 const char test_name[] = "sm-seq-block";
2 #define TEST_SIZE 5678
3 #define BLOCK_SIZE 513
4 #include "seq-block.inc"